#B97E24

Color #B97E24 Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #B97E24

Tints of Pirate Gold #B97E24

Color information

#B97E24 (or 0xB97E24) is unknown color: approx Pirate Gold. HEX triplet: B9, 7E and 24. RGB value is (185,126,36). Sum of RGB (Red+Green+Blue) = 185+126+36=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97E24 is #4681DB. Grayscale: #858585. Windows color (decimal): -4620764 or 2391737. OLE color: 2391737.

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

Color convert

RGB18512636-
CMYK00.320.810.27
HSL36.24º67.42%43.33%-
HSV(B)36.24º80.54%72.55%-
XYZ27.7925.365.1-
YUV133.3873.05164.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.31%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 36 (14.45% from 255) = 10.37%
R=53.31%
G=36.31%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851263600.320.810.2736.2467.4243.33
HexB97E24020511B24432b
Octal27117644040121334410353
Binary10111001111111010010001000001010001110111001001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97E24; }

 p { color: rgb(185,126,36); }

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

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

 a { background-color: rgb(185,126,36); }

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

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

 span { border-color: rgb(185,126,36); }

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