Shades of Pirate Gold #B96C17
Tints of Pirate Gold #B96C17
RGB
CMYK
RGB Variations
Color information
#B96C17 (or 0xB96C17) is known color: Pirate Gold. HEX triplet: B9, 6C and 17. RGB value is (185,108,23). Sum of RGB (Red+Green+Blue) = 185+108+23=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96C17 is #4693E8. Grayscale: #797979. Windows color (decimal): -4625385 or 1535161. OLE color: 1535161.
HSL color Cylindrical-coordinate representation of color #B96C17: hue angle of 31.48º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B96C17 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 23 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.27 |
| HSL | 31.48º | 0.78% | 0.41% | - |
| HSV(B) | 31.48º | 0.88% | 0.73% | - |
| XYZ | 25.52 | 21.1 | 3.54 | - |
| YUV | 121.33 | 72.51 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 23 | 0 | 0.42 | 0.88 | 0.27 | 31.48 | 0.78 | 0.41 |
| Hex | B9 | 6C | 17 | 0 | 2A | 58 | 1B | 1F | 4E | 29 |
| Octal | 271 | 154 | 27 | 0 | 52 | 130 | 33 | 37 | 116 | 51 |
| Binary | 10111001 | 1101100 | 10111 | 0 | 101010 | 1011000 | 11011 | 11111 | 1001110 | 101001 |
Color Harmonies of #B96C17
Complementary color
Monochromatic Colors of #B96C17
Black with #B96C17
Text Example
Text Example
White with #B96C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C17; }
p { color: rgb(185,108,23); }
H1.HeaderClassName
{
color: #B96C17;
}
.AnyTagClassName
{
color: #B96C17;
}
</style>
background-color css
<style>
a { background-color: #B96C17; }
a { background-color: rgb(185,108,23); }
div.DivClassName
{
background-color: #B96C17;
}
.BgClassName
{
background-color: #B96C17;
}
</style>
border-color css
<style>
span { border-color: #B96C17; }
span { border-color: rgb(185,108,23); }
td.TdClassName
{
border-color: #B96C17;
}
.TagClassName
{
border-color: #B96C17;
}
</style>