#B97006

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

Shades of Dark Goldenrod #B97006

Tints of Dark Goldenrod #B97006

Color information

#B97006 (or 0xB97006) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 70 and 06. RGB value is (185,112,6). Sum of RGB (Red+Green+Blue) = 185+112+6=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B97006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97006 is #468FF9. Grayscale: #7A7A7A. Windows color (decimal): -4624378 or 422073. OLE color: 422073.

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

Color convert

RGB1851126-
CMYK00.390.970.27
HSL35.53º93.72%37.45%-
HSV(B)35.53º96.76%72.55%-
XYZ25.8321.923.04-
YUV121.7462.68173.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.06%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 6 (2.73% from 255) = 1.98%
R=61.06%
G=36.96%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185112600.390.970.2735.5393.7237.45
HexB9706027611B245e25
Octal2711606047141334413645
Binary10111001111000011001001111100001110111001001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97006; }

 p { color: rgb(185,112,6); }

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

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

 a { background-color: rgb(185,112,6); }

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

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

 span { border-color: rgb(185,112,6); }

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