#B08706

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

Shades of Dark Goldenrod #B08706

Tints of Dark Goldenrod #B08706

Color information

#B08706 (or 0xB08706) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 87 and 06. RGB value is (176,135,6). Sum of RGB (Red+Green+Blue) = 176+135+6=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B08706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08706 is #4F78F9. Grayscale: #858585. Windows color (decimal): -5208314 or 427952. OLE color: 427952.

HSL color Cylindrical-coordinate representation of color #B08706: hue angle of 45.53º 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 #B08706 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB1761356-
CMYK00.230.970.31
HSL45.53º93.41%35.69%-
HSV(B)45.53º96.59%69.02%-
XYZ26.626.573.9-
YUV132.5556.58158.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.52%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 6 (2.73% from 255) = 1.89%
R=55.52%
G=42.59%
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
Decimal176135600.230.970.3145.5393.4135.69
HexB0876017611F2e5d24
Octal2602076027141375613544
Binary10110000100001111100101111100001111111011101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08706; }

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

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

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

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

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

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

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

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