#B97904

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

Shades of Dark Goldenrod #B97904

Tints of Dark Goldenrod #B97904

Color information

#B97904 (or 0xB97904) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 79 and 04. RGB value is (185,121,4). Sum of RGB (Red+Green+Blue) = 185+121+4=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B97904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97904 is #4686FB. Grayscale: #7F7F7F. Windows color (decimal): -4622076 or 293305. OLE color: 293305.

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

Color convert

RGB1851214-
CMYK00.350.980.27
HSL38.78º95.77%37.06%-
HSV(B)38.78º97.84%72.55%-
XYZ26.87243.33-
YUV126.858.7169.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.68%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=59.68%
G=39.03%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185121400.350.980.2738.7895.7737.06
HexB9794023621B276025
Octal2711714043142334714045
Binary10111001111100110001000111100010110111001111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97904; }

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

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

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

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

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

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

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

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