#B97D19

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

Shades of Dark Goldenrod #B97D19

Tints of Dark Goldenrod #B97D19

Color information

#B97D19 (or 0xB97D19) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 7D and 19. RGB value is (185,125,25). Sum of RGB (Red+Green+Blue) = 185+125+25=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97D19 is #4682E6. Grayscale: #848484. Windows color (decimal): -4621031 or 1670585. OLE color: 1670585.

HSL color Cylindrical-coordinate representation of color #B97D19: hue angle of 37.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B97D19 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB18512525-
CMYK00.320.860.27
HSL37.5º76.19%41.18%-
HSV(B)37.5º86.49%72.55%-
XYZ27.5225.054.3-
YUV131.5467.88166.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.22%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 25 (10.16% from 255) = 7.46%
R=55.22%
G=37.31%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851252500.320.860.2737.576.1941.18
HexB97D19020561B264c29
Octal27117531040126334611451
Binary1011100111111011100101000001010110110111001101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D19; }

 p { color: rgb(185,125,25); }

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

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

 a { background-color: rgb(185,125,25); }

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

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

 span { border-color: rgb(185,125,25); }

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