#B96E24

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

Shades of Pirate Gold #B96E24

Tints of Pirate Gold #B96E24

Color information

#B96E24 (or 0xB96E24) is unknown color: approx Pirate Gold. HEX triplet: B9, 6E and 24. RGB value is (185,110,36). Sum of RGB (Red+Green+Blue) = 185+110+36=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E24 is #4691DB. Grayscale: #7C7C7C. Windows color (decimal): -4624860 or 2387641. OLE color: 2387641.

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

Color convert

RGB18511036-
CMYK00.410.810.27
HSL29.8º67.42%43.33%-
HSV(B)29.8º80.54%72.55%-
XYZ25.921.594.47-
YUV123.9978.35171.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.89%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 36 (14.45% from 255) = 10.88%
R=55.89%
G=33.23%
B=10.88%

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
Decimal1851103600.410.810.2729.867.4243.33
HexB96E24029511B1e432b
Octal27115644051121333610353
Binary1011100111011101001000101001101000111011111101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96E24; }

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

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

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

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

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

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

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

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