#B97815

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

Shades of Dark Goldenrod #B97815

Tints of Dark Goldenrod #B97815

Color information

#B97815 (or 0xB97815) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 78 and 15. RGB value is (185,120,21). Sum of RGB (Red+Green+Blue) = 185+120+21=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B97815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97815 is #4687EA. Grayscale: #808080. Windows color (decimal): -4622315 or 1407161. OLE color: 1407161.

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

Color convert

RGB18512021-
CMYK00.350.890.27
HSL36.22º79.61%40.39%-
HSV(B)36.22º88.65%72.55%-
XYZ26.8623.83.89-
YUV128.1567.53168.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.75%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 21 (8.59% from 255) = 6.44%
R=56.75%
G=36.81%
B=6.44%

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
Decimal1851202100.350.890.2736.2279.6140.39
HexB97815023591B245028
Octal27117025043131334412050
Binary1011100111110001010101000111011001110111001001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97815; }

 p { color: rgb(185,120,21); }

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

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

 a { background-color: rgb(185,120,21); }

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

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

 span { border-color: rgb(185,120,21); }

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