Shades of Pirate Gold #B96A1E
Tints of Pirate Gold #B96A1E
RGB
CMYK
RGB Variations
Color information
#B96A1E (or 0xB96A1E) is known color: Pirate Gold. HEX triplet: B9, 6A and 1E. RGB value is (185,106,30). Sum of RGB (Red+Green+Blue) = 185+106+30=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A1E is #4695E1. Grayscale: #797979. Windows color (decimal): -4625890 or 1993401. OLE color: 1993401.
HSL color Cylindrical-coordinate representation of color #B96A1E: hue angle of 29.42º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B96A1E is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 106 | 30 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.27 |
| HSL | 29.42º | 0.72% | 0.42% | - |
| HSV(B) | 29.42º | 0.84% | 0.73% | - |
| XYZ | 25.4 | 20.72 | 3.89 | - |
| YUV | 120.96 | 76.67 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 30 | 0 | 0.43 | 0.84 | 0.27 | 29.42 | 0.72 | 0.42 |
| Hex | B9 | 6A | 1E | 0 | 2B | 54 | 1B | 1D | 48 | 2A |
| Octal | 271 | 152 | 36 | 0 | 53 | 124 | 33 | 35 | 110 | 52 |
| Binary | 10111001 | 1101010 | 11110 | 0 | 101011 | 1010100 | 11011 | 11101 | 1001000 | 101010 |
Color Harmonies of #B96A1E
Complementary color
Monochromatic Colors of #B96A1E
Black with #B96A1E
Text Example
Text Example
White with #B96A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96A1E; }
p { color: rgb(185,106,30); }
H1.HeaderClassName
{
color: #B96A1E;
}
.AnyTagClassName
{
color: #B96A1E;
}
</style>
background-color css
<style>
a { background-color: #B96A1E; }
a { background-color: rgb(185,106,30); }
div.DivClassName
{
background-color: #B96A1E;
}
.BgClassName
{
background-color: #B96A1E;
}
</style>
border-color css
<style>
span { border-color: #B96A1E; }
span { border-color: rgb(185,106,30); }
td.TdClassName
{
border-color: #B96A1E;
}
.TagClassName
{
border-color: #B96A1E;
}
</style>