#B96C19

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

Shades of Pirate Gold #B96C19

Tints of Pirate Gold #B96C19

Color information

#B96C19 (or 0xB96C19) is unknown color: approx Pirate Gold. HEX triplet: B9, 6C and 19. RGB value is (185,108,25). Sum of RGB (Red+Green+Blue) = 185+108+25=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96C19 is #4693E6. Grayscale: #797979. Windows color (decimal): -4625383 or 1666233. OLE color: 1666233.

HSL color Cylindrical-coordinate representation of color #B96C19: hue angle of 31.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B96C19 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB18510825-
CMYK00.420.860.27
HSL31.12º76.19%41.18%-
HSV(B)31.12º86.49%72.55%-
XYZ25.5521.113.65-
YUV121.5673.51173.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.18%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 25 (10.16% from 255) = 7.86%
R=58.18%
G=33.96%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851082500.420.860.2731.1276.1941.18
HexB96C1902A561B1f4c29
Octal27115431052126333711451
Binary101110011101100110010101010101011011011111111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C19; }

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

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

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

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

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

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

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

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