Shades of Pirate Gold #B76D13
Tints of Pirate Gold #B76D13
RGB
CMYK
RGB Variations
Color information
#B76D13 (or 0xB76D13) is known color: Pirate Gold. HEX triplet: B7, 6D and 13. RGB value is (183,109,19). Sum of RGB (Red+Green+Blue) = 183+109+19=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76D13 is #4892EC. Grayscale: #797979. Windows color (decimal): -4756205 or 1273271. OLE color: 1273271.
HSL color Cylindrical-coordinate representation of color #B76D13: hue angle of 32.93º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B76D13 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 19 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.28 |
| HSL | 32.93º | 0.81% | 0.4% | - |
| HSV(B) | 32.93º | 0.9% | 0.72% | - |
| XYZ | 25.11 | 21.05 | 3.36 | - |
| YUV | 120.87 | 70.52 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 19 | 0 | 0.40 | 0.90 | 0.28 | 32.93 | 0.81 | 0.4 |
| Hex | B7 | 6D | 13 | 0 | 28 | 5A | 1C | 21 | 51 | 28 |
| Octal | 267 | 155 | 23 | 0 | 50 | 132 | 34 | 41 | 121 | 50 |
| Binary | 10110111 | 1101101 | 10011 | 0 | 101000 | 1011010 | 11100 | 100001 | 1010001 | 101000 |
Color Harmonies of #B76D13
Complementary color
Monochromatic Colors of #B76D13
Black with #B76D13
Text Example
Text Example
White with #B76D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D13; }
p { color: rgb(183,109,19); }
H1.HeaderClassName
{
color: #B76D13;
}
.AnyTagClassName
{
color: #B76D13;
}
</style>
background-color css
<style>
a { background-color: #B76D13; }
a { background-color: rgb(183,109,19); }
div.DivClassName
{
background-color: #B76D13;
}
.BgClassName
{
background-color: #B76D13;
}
</style>
border-color css
<style>
span { border-color: #B76D13; }
span { border-color: rgb(183,109,19); }
td.TdClassName
{
border-color: #B76D13;
}
.TagClassName
{
border-color: #B76D13;
}
</style>