#B97A17

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

Shades of Dark Goldenrod #B97A17

Tints of Dark Goldenrod #B97A17

Color information

#B97A17 (or 0xB97A17) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 7A and 17. RGB value is (185,122,23). Sum of RGB (Red+Green+Blue) = 185+122+23=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97A17 is #4685E8. Grayscale: #828282. Windows color (decimal): -4621801 or 1538745. OLE color: 1538745.

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

Color convert

RGB18512223-
CMYK00.340.880.27
HSL36.67º77.88%40.78%-
HSV(B)36.67º87.57%72.55%-
XYZ27.1224.34.07-
YUV129.5567.87167.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 122 (48.05% from 255) = 36.97%
BLUE value IS 23 (9.38% from 255) = 6.97%
R=56.06%
G=36.97%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851222300.340.880.2736.6777.8840.78
HexB97A17022581B254e29
Octal27117227042130334511651
Binary1011100111110101011101000101011000110111001011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A17; }

 p { color: rgb(185,122,23); }

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

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

 a { background-color: rgb(185,122,23); }

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

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

 span { border-color: rgb(185,122,23); }

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