Shades of Pirate Gold #B76D14
Tints of Pirate Gold #B76D14
RGB
CMYK
RGB Variations
Color information
#B76D14 (or 0xB76D14) is known color: Pirate Gold. HEX triplet: B7, 6D and 14. RGB value is (183,109,20). Sum of RGB (Red+Green+Blue) = 183+109+20=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76D14 is #4892EB. Grayscale: #797979. Windows color (decimal): -4756204 or 1338807. OLE color: 1338807.
HSL color Cylindrical-coordinate representation of color #B76D14: hue angle of 32.76º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B76D14 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 20 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.28 |
| HSL | 32.76º | 0.8% | 0.4% | - |
| HSV(B) | 32.76º | 0.89% | 0.72% | - |
| XYZ | 25.12 | 21.06 | 3.4 | - |
| YUV | 120.98 | 71.02 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 20 | 0 | 0.40 | 0.89 | 0.28 | 32.76 | 0.8 | 0.4 |
| Hex | B7 | 6D | 14 | 0 | 28 | 59 | 1C | 21 | 50 | 28 |
| Octal | 267 | 155 | 24 | 0 | 50 | 131 | 34 | 41 | 120 | 50 |
| Binary | 10110111 | 1101101 | 10100 | 0 | 101000 | 1011001 | 11100 | 100001 | 1010000 | 101000 |
Color Harmonies of #B76D14
Complementary color
Monochromatic Colors of #B76D14
Black with #B76D14
Text Example
Text Example
White with #B76D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D14; }
p { color: rgb(183,109,20); }
H1.HeaderClassName
{
color: #B76D14;
}
.AnyTagClassName
{
color: #B76D14;
}
</style>
background-color css
<style>
a { background-color: #B76D14; }
a { background-color: rgb(183,109,20); }
div.DivClassName
{
background-color: #B76D14;
}
.BgClassName
{
background-color: #B76D14;
}
</style>
border-color css
<style>
span { border-color: #B76D14; }
span { border-color: rgb(183,109,20); }
td.TdClassName
{
border-color: #B76D14;
}
.TagClassName
{
border-color: #B76D14;
}
</style>