Shades of Pirate Gold #B76716
Tints of Pirate Gold #B76716
RGB
CMYK
RGB Variations
Color information
#B76716 (or 0xB76716) is known color: Pirate Gold. HEX triplet: B7, 67 and 16. RGB value is (183,103,22). Sum of RGB (Red+Green+Blue) = 183+103+22=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B76716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76716 is #4898E9. Grayscale: #767676. Windows color (decimal): -4757738 or 1468343. OLE color: 1468343.
HSL color Cylindrical-coordinate representation of color #B76716: hue angle of 30.19º 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 #B76716 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 22 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.28 |
| HSL | 30.19º | 0.79% | 0.4% | - |
| HSV(B) | 30.19º | 0.88% | 0.72% | - |
| XYZ | 24.52 | 19.83 | 3.29 | - |
| YUV | 117.69 | 74 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 22 | 0 | 0.44 | 0.88 | 0.28 | 30.19 | 0.79 | 0.4 |
| Hex | B7 | 67 | 16 | 0 | 2C | 58 | 1C | 1E | 4F | 28 |
| Octal | 267 | 147 | 26 | 0 | 54 | 130 | 34 | 36 | 117 | 50 |
| Binary | 10110111 | 1100111 | 10110 | 0 | 101100 | 1011000 | 11100 | 11110 | 1001111 | 101000 |
Color Harmonies of #B76716
Complementary color
Monochromatic Colors of #B76716
Black with #B76716
Text Example
Text Example
White with #B76716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76716; }
p { color: rgb(183,103,22); }
H1.HeaderClassName
{
color: #B76716;
}
.AnyTagClassName
{
color: #B76716;
}
</style>
background-color css
<style>
a { background-color: #B76716; }
a { background-color: rgb(183,103,22); }
div.DivClassName
{
background-color: #B76716;
}
.BgClassName
{
background-color: #B76716;
}
</style>
border-color css
<style>
span { border-color: #B76716; }
span { border-color: rgb(183,103,22); }
td.TdClassName
{
border-color: #B76716;
}
.TagClassName
{
border-color: #B76716;
}
</style>