#B08806

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

Shades of Dark Goldenrod #B08806

Tints of Dark Goldenrod #B08806

Color information

#B08806 (or 0xB08806) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 88 and 06. RGB value is (176,136,6). Sum of RGB (Red+Green+Blue) = 176+136+6=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B08806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08806 is #4F77F9. Grayscale: #858585. Windows color (decimal): -5208058 or 428208. OLE color: 428208.

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

Color convert

RGB1761366-
CMYK00.230.970.31
HSL45.88º93.41%35.69%-
HSV(B)45.88º96.59%69.02%-
XYZ26.7426.853.95-
YUV133.1456.25158.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 6 (2.73% from 255) = 1.89%
R=55.35%
G=42.77%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176136600.230.970.3145.8893.4135.69
HexB0886017611F2e5d24
Octal2602106027141375613544
Binary10110000100010001100101111100001111111011101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08806; }

 p { color: rgb(176,136,6); }

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

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

 a { background-color: rgb(176,136,6); }

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

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

 span { border-color: rgb(176,136,6); }

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