#B97C00

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

Shades of Dark Goldenrod #B97C00

Tints of Dark Goldenrod #B97C00

Color information

#B97C00 (or 0xB97C00) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 7C and 00. RGB value is (185,124,0). Sum of RGB (Red+Green+Blue) = 185+124+0=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97C00 is #4683FF. Grayscale: #808080. Windows color (decimal): -4621312 or 31929. OLE color: 31929.

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

Color convert

RGB1851240-
CMYK00.3310.27
HSL40.22º100%36.27%-
HSV(B)40.22º100%72.55%-
XYZ27.2224.733.34-
YUV128.155.71168.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.87%
GREEN value IS 124 (48.83% from 255) = 40.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.87%
G=40.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185124000.3310.2740.2210036.27
HexB97C0021641B286424
Octal2711740041144335014444
Binary101110011111100001000011100100110111010001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C00; }

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

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

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

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

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

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

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

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