#B99904

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

Shades of Dark Goldenrod #B99904

Tints of Dark Goldenrod #B99904

Color information

#B99904 (or 0xB99904) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 99 and 04. RGB value is (185,153,4). Sum of RGB (Red+Green+Blue) = 185+153+4=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B99904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99904 is #4666FB. Grayscale: #929292. Windows color (decimal): -4613884 or 301497. OLE color: 301497.

HSL color Cylindrical-coordinate representation of color #B99904: hue angle of 49.39º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B99904 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1851534-
CMYK00.170.980.27
HSL49.39º95.77%37.06%-
HSV(B)49.39º97.84%72.55%-
XYZ31.4233.114.85-
YUV145.5848.1156.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.09%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 4 (1.95% from 255) = 1.17%
R=54.09%
G=44.74%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185153400.170.980.2749.3995.7737.06
HexB9994011621B316025
Octal2712314021142336114045
Binary10111001100110011000100011100010110111100011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99904; }

 p { color: rgb(185,153,4); }

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

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

 a { background-color: rgb(185,153,4); }

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

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

 span { border-color: rgb(185,153,4); }

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