#B89605

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

Shades of Dark Goldenrod #B89605

Tints of Dark Goldenrod #B89605

Color information

#B89605 (or 0xB89605) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 96 and 05. RGB value is (184,150,5). Sum of RGB (Red+Green+Blue) = 184+150+5=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B89605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89605 is #4769FA. Grayscale: #909090. Windows color (decimal): -4680187 or 366264. OLE color: 366264.

HSL color Cylindrical-coordinate representation of color #B89605: hue angle of 48.6º degrees, saturation: 0.95, 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 #B89605 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1841505-
CMYK00.180.970.28
HSL48.6º94.71%37.06%-
HSV(B)48.6º97.28%72.16%-
XYZ30.732.014.7-
YUV143.6449.76156.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.28%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 5 (2.34% from 255) = 1.47%
R=54.28%
G=44.25%
B=1.47%

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
Decimal184150500.180.970.2848.694.7137.06
HexB8965012611C315f25
Octal2702265022141346113745
Binary10111000100101101010100101100001111001100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89605; }

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

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

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

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

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

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

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

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