Shades of Pirate Gold #B77616
Tints of Pirate Gold #B77616
RGB
CMYK
RGB Variations
Color information
#B77616 (or 0xB77616) is known color: Pirate Gold. HEX triplet: B7, 76 and 16. RGB value is (183,118,22). Sum of RGB (Red+Green+Blue) = 183+118+22=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B77616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77616 is #4889E9. Grayscale: #7E7E7E. Windows color (decimal): -4753898 or 1472183. OLE color: 1472183.
HSL color Cylindrical-coordinate representation of color #B77616: hue angle of 35.78º 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 #B77616 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 22 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.28 |
| HSL | 35.78º | 0.79% | 0.4% | - |
| HSV(B) | 35.78º | 0.88% | 0.72% | - |
| XYZ | 26.15 | 23.08 | 3.84 | - |
| YUV | 126.49 | 69.03 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 22 | 0 | 0.36 | 0.88 | 0.28 | 35.78 | 0.79 | 0.4 |
| Hex | B7 | 76 | 16 | 0 | 24 | 58 | 1C | 24 | 4F | 28 |
| Octal | 267 | 166 | 26 | 0 | 44 | 130 | 34 | 44 | 117 | 50 |
| Binary | 10110111 | 1110110 | 10110 | 0 | 100100 | 1011000 | 11100 | 100100 | 1001111 | 101000 |
Color Harmonies of #B77616
Complementary color
Monochromatic Colors of #B77616
Black with #B77616
Text Example
Text Example
White with #B77616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77616; }
p { color: rgb(183,118,22); }
H1.HeaderClassName
{
color: #B77616;
}
.AnyTagClassName
{
color: #B77616;
}
</style>
background-color css
<style>
a { background-color: #B77616; }
a { background-color: rgb(183,118,22); }
div.DivClassName
{
background-color: #B77616;
}
.BgClassName
{
background-color: #B77616;
}
</style>
border-color css
<style>
span { border-color: #B77616; }
span { border-color: rgb(183,118,22); }
td.TdClassName
{
border-color: #B77616;
}
.TagClassName
{
border-color: #B77616;
}
</style>