#B96C24

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

Shades of Pirate Gold #B96C24

Tints of Pirate Gold #B96C24

Color information

#B96C24 (or 0xB96C24) is unknown color: approx Pirate Gold. HEX triplet: B9, 6C and 24. RGB value is (185,108,36). Sum of RGB (Red+Green+Blue) = 185+108+36=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C24 is #4693DB. Grayscale: #7B7B7B. Windows color (decimal): -4625372 or 2387129. OLE color: 2387129.

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

Color convert

RGB18510836-
CMYK00.420.810.27
HSL28.99º67.42%43.33%-
HSV(B)28.99º80.54%72.55%-
XYZ25.6921.174.4-
YUV122.8179.01172.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 36 (14.45% from 255) = 10.94%
R=56.23%
G=32.83%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851083600.420.810.2728.9967.4243.33
HexB96C2402A511B1d432b
Octal27115444052121333510353
Binary1011100111011001001000101010101000111011111011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C24; }

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

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

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

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

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

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

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

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