#B97000

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

Shades of Dark Goldenrod #B97000

Tints of Dark Goldenrod #B97000

Color information

#B97000 (or 0xB97000) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 70 and 00. RGB value is (185,112,0). Sum of RGB (Red+Green+Blue) = 185+112+0=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B97000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97000 is #468FFF. Grayscale: #797979. Windows color (decimal): -4624384 or 28857. OLE color: 28857.

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

Color convert

RGB1851120-
CMYK00.3910.27
HSL36.32º100%36.27%-
HSV(B)36.32º100%72.55%-
XYZ25.821.92.87-
YUV121.0659.68173.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.29%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.29%
G=37.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185112000.3910.2736.3210036.27
HexB9700027641B246424
Octal2711600047144334414444
Binary101110011110000001001111100100110111001001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97000; }

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

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

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

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

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

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

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

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