Shades of Pirate Gold #B96F1D
Tints of Pirate Gold #B96F1D
RGB
CMYK
RGB Variations
Color information
#B96F1D (or 0xB96F1D) is known color: Pirate Gold. HEX triplet: B9, 6F and 1D. RGB value is (185,111,29). Sum of RGB (Red+Green+Blue) = 185+111+29=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F1D is #4690E2. Grayscale: #7C7C7C. Windows color (decimal): -4624611 or 1929145. OLE color: 1929145.
HSL color Cylindrical-coordinate representation of color #B96F1D: hue angle of 31.54º degrees, saturation: 0.73, 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 #B96F1D is Cyan = 0, Magento = 0.4, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 29 | - |
| CMYK | 0 | 0.4 | 0.84 | 0.27 |
| HSL | 31.54º | 0.73% | 0.42% | - |
| HSV(B) | 31.54º | 0.84% | 0.73% | - |
| XYZ | 25.91 | 21.77 | 4 | - |
| YUV | 123.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 29 | 0 | 0.4 | 0.84 | 0.27 | 31.54 | 0.73 | 0.42 |
| Hex | B9 | 6F | 1D | 0 | 28 | 54 | 1B | 20 | 49 | 2A |
| Octal | 271 | 157 | 35 | 0 | 50 | 124 | 33 | 40 | 111 | 52 |
| Binary | 10111001 | 1101111 | 11101 | 0 | 101000 | 1010100 | 11011 | 100000 | 1001001 | 101010 |
Color Harmonies of #B96F1D
Complementary color
Monochromatic Colors of #B96F1D
Black with #B96F1D
Text Example
Text Example
White with #B96F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F1D; }
p { color: rgb(185,111,29); }
H1.HeaderClassName
{
color: #B96F1D;
}
.AnyTagClassName
{
color: #B96F1D;
}
</style>
background-color css
<style>
a { background-color: #B96F1D; }
a { background-color: rgb(185,111,29); }
div.DivClassName
{
background-color: #B96F1D;
}
.BgClassName
{
background-color: #B96F1D;
}
</style>
border-color css
<style>
span { border-color: #B96F1D; }
span { border-color: rgb(185,111,29); }
td.TdClassName
{
border-color: #B96F1D;
}
.TagClassName
{
border-color: #B96F1D;
}
</style>