#BF760F

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

Shades of Dark Goldenrod #BF760F

Tints of Dark Goldenrod #BF760F

Color information

#BF760F (or 0xBF760F) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 76 and 0F. RGB value is (191,118,15). Sum of RGB (Red+Green+Blue) = 191+118+15=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF760F is #4089F0. Grayscale: #808080. Windows color (decimal): -4229617 or 1013439. OLE color: 1013439.

HSL color Cylindrical-coordinate representation of color #BF760F: hue angle of 35.11º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF760F is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB19111815-
CMYK00.380.920.25
HSL35.11º85.44%40.39%-
HSV(B)35.11º92.15%74.9%-
XYZ28.0524.073.62-
YUV128.0864.18172.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.95%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 15 (6.25% from 255) = 4.63%
R=58.95%
G=36.42%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911181500.380.920.2535.1185.4440.39
HexBF76F0265C19235528
Octal27716617046134314312550
Binary101111111110110111101001101011100110011000111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF760F; }

 p { color: rgb(191,118,15); }

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

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

 a { background-color: rgb(191,118,15); }

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

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

 span { border-color: rgb(191,118,15); }

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