#B97A0E

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

Shades of Dark Goldenrod #B97A0E

Tints of Dark Goldenrod #B97A0E

Color information

#B97A0E (or 0xB97A0E) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 7A and 0E. RGB value is (185,122,14). Sum of RGB (Red+Green+Blue) = 185+122+14=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97A0E is #4685F1. Grayscale: #818181. Windows color (decimal): -4621810 or 948921. OLE color: 948921.

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

Color convert

RGB18512214-
CMYK00.340.920.27
HSL37.89º85.93%39.02%-
HSV(B)37.89º92.43%72.55%-
XYZ27.0524.273.67-
YUV128.5263.37168.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.63%
GREEN value IS 122 (48.05% from 255) = 38.01%
BLUE value IS 14 (5.86% from 255) = 4.36%
R=57.63%
G=38.01%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851221400.340.920.2737.8985.9339.02
HexB97AE0225C1B265627
Octal27117216042134334612647
Binary101110011111010111001000101011100110111001101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A0E; }

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

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

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

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

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

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

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

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