#B89606

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

Shades of Dark Goldenrod #B89606

Tints of Dark Goldenrod #B89606

Color information

#B89606 (or 0xB89606) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 96 and 06. RGB value is (184,150,6). Sum of RGB (Red+Green+Blue) = 184+150+6=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B89606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89606 is #4769F9. Grayscale: #909090. Windows color (decimal): -4680186 or 431800. OLE color: 431800.

HSL color Cylindrical-coordinate representation of color #B89606: hue angle of 48.54º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B89606 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1841506-
CMYK00.180.970.28
HSL48.54º93.68%37.25%-
HSV(B)48.54º96.74%72.16%-
XYZ30.7132.024.73-
YUV143.7550.26156.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.12%
GREEN value IS 150 (58.98% from 255) = 44.12%
BLUE value IS 6 (2.73% from 255) = 1.76%
R=54.12%
G=44.12%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184150600.180.970.2848.5493.6837.25
HexB8966012611C315e25
Octal2702266022141346113645
Binary10111000100101101100100101100001111001100011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89606; }

 p { color: rgb(184,150,6); }

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

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

 a { background-color: rgb(184,150,6); }

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

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

 span { border-color: rgb(184,150,6); }

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