#B97914

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

Shades of Dark Goldenrod #B97914

Tints of Dark Goldenrod #B97914

Color information

#B97914 (or 0xB97914) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 79 and 14. RGB value is (185,121,20). Sum of RGB (Red+Green+Blue) = 185+121+20=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B97914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97914 is #4686EB. Grayscale: #818181. Windows color (decimal): -4622060 or 1341881. OLE color: 1341881.

HSL color Cylindrical-coordinate representation of color #B97914: hue angle of 36.73º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B97914 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB18512120-
CMYK00.350.890.27
HSL36.73º80.49%40.2%-
HSV(B)36.73º89.19%72.55%-
XYZ26.9724.043.88-
YUV128.6266.7168.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.75%
GREEN value IS 121 (47.66% from 255) = 37.12%
BLUE value IS 20 (8.20% from 255) = 6.13%
R=56.75%
G=37.12%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851212000.350.890.2736.7380.4940.2
HexB97914023591B255028
Octal27117124043131334512050
Binary1011100111110011010001000111011001110111001011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97914; }

 p { color: rgb(185,121,20); }

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

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

 a { background-color: rgb(185,121,20); }

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

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

 span { border-color: rgb(185,121,20); }

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