#BF7F13

Color #BF7F13 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BF7F13

Tints of Dark Goldenrod #BF7F13

Color information

#BF7F13 (or 0xBF7F13) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 7F and 13. RGB value is (191,127,19). Sum of RGB (Red+Green+Blue) = 191+127+19=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7F13 is #4080EC. Grayscale: #868686. Windows color (decimal): -4227309 or 1277887. OLE color: 1277887.

HSL color Cylindrical-coordinate representation of color #BF7F13: hue angle of 37.67º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF7F13 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19112719-
CMYK00.340.900.25
HSL37.67º81.9%41.18%-
HSV(B)37.67º90.05%74.9%-
XYZ29.1926.34.15-
YUV133.8263.2168.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 19 (7.81% from 255) = 5.64%
R=56.68%
G=37.69%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911271900.340.900.2537.6781.941.18
HexBF7F130225A19265229
Octal27717723042132314612251
Binary1011111111111111001101000101011010110011001101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F13; }

 p { color: rgb(191,127,19); }

 H1.HeaderClassName
 {
   color: #BF7F13;
 }
 .AnyTagClassName
 {
   color: #BF7F13;
 }
</style>
background-color css

<style>
 a { background-color: #BF7F13; }

 a { background-color: rgb(191,127,19); }

 div.DivClassName
 {
   background-color: #BF7F13;
 }
 .BgClassName
 {
   background-color: #BF7F13;
 }
</style>
border-color css

<style>
 span { border-color: #BF7F13; }

 span { border-color: rgb(191,127,19); }

 td.TdClassName
 {
   border-color: #BF7F13;
 }
 .TagClassName
 {
   border-color: #BF7F13;
 }
</style>