#b97c24

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

Shades of Pirate Gold #B97C24

Tints of Pirate Gold #B97C24

Color information

#B97C24 (or 0xB97C24) is unknown color: approx Pirate Gold. HEX triplet: B9, 7C and 24. RGB value is (185,124,36). Sum of RGB (Red+Green+Blue) = 185+124+36=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97C24 is #4683DB. Grayscale: #848484. Windows color (decimal): -4621276 or 2391225. OLE color: 2391225.

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

Color convert

RGB18512436-
CMYK00.330.810.27
HSL35.44º67.42%43.33%-
HSV(B)35.44º80.54%72.55%-
XYZ27.5324.865.02-
YUV132.2173.71165.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.62%
GREEN value IS 124 (48.83% from 255) = 35.94%
BLUE value IS 36 (14.45% from 255) = 10.43%
R=53.62%
G=35.94%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851243600.330.810.2735.4467.4243.33
HexB97C24021511B23432b
Octal27117444041121334310353
Binary10111001111110010010001000011010001110111000111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b97c24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b97c24; }

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

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

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

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

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

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

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

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