#B96D24

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

Shades of Pirate Gold #B96D24

Tints of Pirate Gold #B96D24

Color information

#B96D24 (or 0xB96D24) is unknown color: approx Pirate Gold. HEX triplet: B9, 6D and 24. RGB value is (185,109,36). Sum of RGB (Red+Green+Blue) = 185+109+36=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96D24 is #4692DB. Grayscale: #7B7B7B. Windows color (decimal): -4625116 or 2387385. OLE color: 2387385.

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

Color convert

RGB18510936-
CMYK00.410.810.27
HSL29.4º67.42%43.33%-
HSV(B)29.4º80.54%72.55%-
XYZ25.7921.384.44-
YUV123.478.68171.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 109 (42.97% from 255) = 33.03%
BLUE value IS 36 (14.45% from 255) = 10.91%
R=56.06%
G=33.03%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851093600.410.810.2729.467.4243.33
HexB96D24029511B1d432b
Octal27115544051121333510353
Binary1011100111011011001000101001101000111011111011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96D24; }

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

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

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

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

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

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

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

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