#B97F24

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

Shades of Pirate Gold #B97F24

Tints of Pirate Gold #B97F24

Color information

#B97F24 (or 0xB97F24) is unknown color: approx Pirate Gold. HEX triplet: B9, 7F and 24. RGB value is (185,127,36). Sum of RGB (Red+Green+Blue) = 185+127+36=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97F24 is #4680DB. Grayscale: #868686. Windows color (decimal): -4620508 or 2391993. OLE color: 2391993.

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

Color convert

RGB18512736-
CMYK00.310.810.27
HSL36.64º67.42%43.33%-
HSV(B)36.64º80.54%72.55%-
XYZ27.9225.625.14-
YUV133.9772.72164.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.16%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 36 (14.45% from 255) = 10.34%
R=53.16%
G=36.49%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851273600.310.810.2736.6467.4243.33
HexB97F2401F511B25432b
Octal27117744037121334510353
Binary1011100111111111001000111111010001110111001011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F24; }

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

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

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

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

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

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

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

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