#B08F0C

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

Shades of Dark Goldenrod #B08F0C

Tints of Dark Goldenrod #B08F0C

Color information

#B08F0C (or 0xB08F0C) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 8F and 0C. RGB value is (176,143,12). Sum of RGB (Red+Green+Blue) = 176+143+12=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08F0C is #4F70F3. Grayscale: #8A8A8A. Windows color (decimal): -5206260 or 823216. OLE color: 823216.

HSL color Cylindrical-coordinate representation of color #B08F0C: hue angle of 47.93º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B08F0C is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17614312-
CMYK00.190.930.31
HSL47.93º87.23%36.86%-
HSV(B)47.93º93.18%69.02%-
XYZ27.7928.94.46-
YUV137.9356.93155.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.17%
GREEN value IS 143 (56.25% from 255) = 43.20%
BLUE value IS 12 (5.08% from 255) = 3.63%
R=53.17%
G=43.20%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761431200.190.930.3147.9387.2336.86
HexB08FC0135D1F305725
Octal26021714023135376012745
Binary101100001000111111000100111011101111111100001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F0C; }

 p { color: rgb(176,143,12); }

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

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

 a { background-color: rgb(176,143,12); }

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

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

 span { border-color: rgb(176,143,12); }

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