Shades of Pirate Gold #B77516
Tints of Pirate Gold #B77516
RGB
CMYK
RGB Variations
Color information
#B77516 (or 0xB77516) is known color: Pirate Gold. HEX triplet: B7, 75 and 16. RGB value is (183,117,22). Sum of RGB (Red+Green+Blue) = 183+117+22=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B77516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77516 is #488AE9. Grayscale: #7E7E7E. Windows color (decimal): -4754154 or 1471927. OLE color: 1471927.
HSL color Cylindrical-coordinate representation of color #B77516: hue angle of 35.4º 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 #B77516 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 22 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.28 |
| HSL | 35.4º | 0.79% | 0.4% | - |
| HSV(B) | 35.4º | 0.88% | 0.72% | - |
| XYZ | 26.03 | 22.85 | 3.8 | - |
| YUV | 125.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 22 | 0 | 0.36 | 0.88 | 0.28 | 35.4 | 0.79 | 0.4 |
| Hex | B7 | 75 | 16 | 0 | 24 | 58 | 1C | 23 | 4F | 28 |
| Octal | 267 | 165 | 26 | 0 | 44 | 130 | 34 | 43 | 117 | 50 |
| Binary | 10110111 | 1110101 | 10110 | 0 | 100100 | 1011000 | 11100 | 100011 | 1001111 | 101000 |
Color Harmonies of #B77516
Complementary color
Monochromatic Colors of #B77516
Black with #B77516
Text Example
Text Example
White with #B77516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77516; }
p { color: rgb(183,117,22); }
H1.HeaderClassName
{
color: #B77516;
}
.AnyTagClassName
{
color: #B77516;
}
</style>
background-color css
<style>
a { background-color: #B77516; }
a { background-color: rgb(183,117,22); }
div.DivClassName
{
background-color: #B77516;
}
.BgClassName
{
background-color: #B77516;
}
</style>
border-color css
<style>
span { border-color: #B77516; }
span { border-color: rgb(183,117,22); }
td.TdClassName
{
border-color: #B77516;
}
.TagClassName
{
border-color: #B77516;
}
</style>