#B97D24

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

Shades of Pirate Gold #B97D24

Tints of Pirate Gold #B97D24

Color information

#B97D24 (or 0xB97D24) is unknown color: approx Pirate Gold. HEX triplet: B9, 7D and 24. RGB value is (185,125,36). Sum of RGB (Red+Green+Blue) = 185+125+36=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97D24 is #4682DB. Grayscale: #858585. Windows color (decimal): -4621020 or 2391481. OLE color: 2391481.

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

Color convert

RGB18512536-
CMYK00.320.810.27
HSL35.84º67.42%43.33%-
HSV(B)35.84º80.54%72.55%-
XYZ27.6625.115.06-
YUV132.7973.38165.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.47%
GREEN value IS 125 (49.22% from 255) = 36.13%
BLUE value IS 36 (14.45% from 255) = 10.40%
R=53.47%
G=36.13%
B=10.40%

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
Decimal1851253600.320.810.2735.8467.4243.33
HexB97D24020511B24432b
Octal27117544040121334410353
Binary10111001111110110010001000001010001110111001001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D24; }

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

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

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

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

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

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

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

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