#B08406

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

Shades of Dark Goldenrod #B08406

Tints of Dark Goldenrod #B08406

Color information

#B08406 (or 0xB08406) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 84 and 06. RGB value is (176,132,6). Sum of RGB (Red+Green+Blue) = 176+132+6=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B08406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08406 is #4F7BF9. Grayscale: #838383. Windows color (decimal): -5209082 or 427184. OLE color: 427184.

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

Color convert

RGB1761326-
CMYK00.250.970.31
HSL44.47º93.41%35.69%-
HSV(B)44.47º96.59%69.02%-
XYZ26.1925.753.76-
YUV130.7957.58160.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 132 (51.95% from 255) = 42.04%
BLUE value IS 6 (2.73% from 255) = 1.91%
R=56.05%
G=42.04%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176132600.250.970.3144.4793.4135.69
HexB0846019611F2c5d24
Octal2602046031141375413544
Binary10110000100001001100110011100001111111011001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08406; }

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

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

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

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

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

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

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

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