#B98004

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

Shades of Dark Goldenrod #B98004

Tints of Dark Goldenrod #B98004

Color information

#B98004 (or 0xB98004) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 80 and 04. RGB value is (185,128,4). Sum of RGB (Red+Green+Blue) = 185+128+4=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B98004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98004 is #467FFB. Grayscale: #838383. Windows color (decimal): -4620284 or 295097. OLE color: 295097.

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

Color convert

RGB1851284-
CMYK00.310.980.27
HSL41.1º95.77%37.06%-
HSV(B)41.1º97.84%72.55%-
XYZ27.7525.763.62-
YUV130.9156.38166.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.36%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 4 (1.95% from 255) = 1.26%
R=58.36%
G=40.38%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185128400.310.980.2741.195.7737.06
HexB980401F621B296025
Octal2712004037142335114045
Binary10111001100000001000111111100010110111010011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98004; }

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

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

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

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

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

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

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

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