#B96B1A

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

Shades of Pirate Gold #B96B1A

Tints of Pirate Gold #B96B1A

Color information

#B96B1A (or 0xB96B1A) is unknown color: approx Pirate Gold. HEX triplet: B9, 6B and 1A. RGB value is (185,107,26). Sum of RGB (Red+Green+Blue) = 185+107+26=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96B1A is #4694E5. Grayscale: #797979. Windows color (decimal): -4625638 or 1731513. OLE color: 1731513.

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

Color convert

RGB18510726-
CMYK00.420.860.27
HSL30.57º75.36%41.37%-
HSV(B)30.57º85.95%72.55%-
XYZ25.4520.93.67-
YUV121.0974.34173.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.18%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 26 (10.55% from 255) = 8.18%
R=58.18%
G=33.65%
B=8.18%

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
Decimal1851072600.420.860.2730.5775.3641.37
HexB96B1A02A561B1f4b29
Octal27115332052126333711351
Binary101110011101011110100101010101011011011111111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96B1A; }

 p { color: rgb(185,107,26); }

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

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

 a { background-color: rgb(185,107,26); }

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

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

 span { border-color: rgb(185,107,26); }

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