Shades of Pirate Gold #B96C1D
Tints of Pirate Gold #B96C1D
RGB
CMYK
RGB Variations
Color information
#B96C1D (or 0xB96C1D) is known color: Pirate Gold. HEX triplet: B9, 6C and 1D. RGB value is (185,108,29). Sum of RGB (Red+Green+Blue) = 185+108+29=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C1D is #4693E2. Grayscale: #7A7A7A. Windows color (decimal): -4625379 or 1928377. OLE color: 1928377.
HSL color Cylindrical-coordinate representation of color #B96C1D: hue angle of 30.38º 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 #B96C1D is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 29 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.27 |
| HSL | 30.38º | 0.73% | 0.42% | - |
| HSV(B) | 30.38º | 0.84% | 0.73% | - |
| XYZ | 25.59 | 21.13 | 3.89 | - |
| YUV | 122.02 | 75.51 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 29 | 0 | 0.42 | 0.84 | 0.27 | 30.38 | 0.73 | 0.42 |
| Hex | B9 | 6C | 1D | 0 | 2A | 54 | 1B | 1E | 49 | 2A |
| Octal | 271 | 154 | 35 | 0 | 52 | 124 | 33 | 36 | 111 | 52 |
| Binary | 10111001 | 1101100 | 11101 | 0 | 101010 | 1010100 | 11011 | 11110 | 1001001 | 101010 |
Color Harmonies of #B96C1D
Complementary color
Monochromatic Colors of #B96C1D
Black with #B96C1D
Text Example
Text Example
White with #B96C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C1D; }
p { color: rgb(185,108,29); }
H1.HeaderClassName
{
color: #B96C1D;
}
.AnyTagClassName
{
color: #B96C1D;
}
</style>
background-color css
<style>
a { background-color: #B96C1D; }
a { background-color: rgb(185,108,29); }
div.DivClassName
{
background-color: #B96C1D;
}
.BgClassName
{
background-color: #B96C1D;
}
</style>
border-color css
<style>
span { border-color: #B96C1D; }
span { border-color: rgb(185,108,29); }
td.TdClassName
{
border-color: #B96C1D;
}
.TagClassName
{
border-color: #B96C1D;
}
</style>