Shades of Pirate Gold #B76C16
Tints of Pirate Gold #B76C16
RGB
CMYK
RGB Variations
Color information
#B76C16 (or 0xB76C16) is known color: Pirate Gold. HEX triplet: B7, 6C and 16. RGB value is (183,108,22). Sum of RGB (Red+Green+Blue) = 183+108+22=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C16 is #4893E9. Grayscale: #797979. Windows color (decimal): -4756458 or 1469623. OLE color: 1469623.
HSL color Cylindrical-coordinate representation of color #B76C16: hue angle of 32.05º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B76C16 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 22 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.28 |
| HSL | 32.05º | 0.79% | 0.4% | - |
| HSV(B) | 32.05º | 0.88% | 0.72% | - |
| XYZ | 25.04 | 20.85 | 3.46 | - |
| YUV | 120.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 22 | 0 | 0.41 | 0.88 | 0.28 | 32.05 | 0.79 | 0.4 |
| Hex | B7 | 6C | 16 | 0 | 29 | 58 | 1C | 20 | 4F | 28 |
| Octal | 267 | 154 | 26 | 0 | 51 | 130 | 34 | 40 | 117 | 50 |
| Binary | 10110111 | 1101100 | 10110 | 0 | 101001 | 1011000 | 11100 | 100000 | 1001111 | 101000 |
Color Harmonies of #B76C16
Complementary color
Monochromatic Colors of #B76C16
Black with #B76C16
Text Example
Text Example
White with #B76C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C16; }
p { color: rgb(183,108,22); }
H1.HeaderClassName
{
color: #B76C16;
}
.AnyTagClassName
{
color: #B76C16;
}
</style>
background-color css
<style>
a { background-color: #B76C16; }
a { background-color: rgb(183,108,22); }
div.DivClassName
{
background-color: #B76C16;
}
.BgClassName
{
background-color: #B76C16;
}
</style>
border-color css
<style>
span { border-color: #B76C16; }
span { border-color: rgb(183,108,22); }
td.TdClassName
{
border-color: #B76C16;
}
.TagClassName
{
border-color: #B76C16;
}
</style>