Shades of Pirate Gold #B96D1F
Tints of Pirate Gold #B96D1F
RGB
CMYK
RGB Variations
Color information
#B96D1F (or 0xB96D1F) is known color: Pirate Gold. HEX triplet: B9, 6D and 1F. RGB value is (185,109,31). Sum of RGB (Red+Green+Blue) = 185+109+31=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96D1F is #4692E0. Grayscale: #7B7B7B. Windows color (decimal): -4625121 or 2059705. OLE color: 2059705.
HSL color Cylindrical-coordinate representation of color #B96D1F: hue angle of 30.39º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B96D1F is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 31 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.27 |
| HSL | 30.39º | 0.71% | 0.42% | - |
| HSV(B) | 30.39º | 0.83% | 0.73% | - |
| XYZ | 25.72 | 21.35 | 4.06 | - |
| YUV | 122.83 | 76.18 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 31 | 0 | 0.41 | 0.83 | 0.27 | 30.39 | 0.71 | 0.42 |
| Hex | B9 | 6D | 1F | 0 | 29 | 53 | 1B | 1E | 47 | 2A |
| Octal | 271 | 155 | 37 | 0 | 51 | 123 | 33 | 36 | 107 | 52 |
| Binary | 10111001 | 1101101 | 11111 | 0 | 101001 | 1010011 | 11011 | 11110 | 1000111 | 101010 |
Color Harmonies of #B96D1F
Complementary color
Monochromatic Colors of #B96D1F
Black with #B96D1F
Text Example
Text Example
White with #B96D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D1F; }
p { color: rgb(185,109,31); }
H1.HeaderClassName
{
color: #B96D1F;
}
.AnyTagClassName
{
color: #B96D1F;
}
</style>
background-color css
<style>
a { background-color: #B96D1F; }
a { background-color: rgb(185,109,31); }
div.DivClassName
{
background-color: #B96D1F;
}
.BgClassName
{
background-color: #B96D1F;
}
</style>
border-color css
<style>
span { border-color: #B96D1F; }
span { border-color: rgb(185,109,31); }
td.TdClassName
{
border-color: #B96D1F;
}
.TagClassName
{
border-color: #B96D1F;
}
</style>