Shades of Pirate Gold #B76D19
Tints of Pirate Gold #B76D19
RGB
CMYK
RGB Variations
Color information
#B76D19 (or 0xB76D19) is known color: Pirate Gold. HEX triplet: B7, 6D and 19. RGB value is (183,109,25). Sum of RGB (Red+Green+Blue) = 183+109+25=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76D19 is #4892E6. Grayscale: #797979. Windows color (decimal): -4756199 or 1666487. OLE color: 1666487.
HSL color Cylindrical-coordinate representation of color #B76D19: hue angle of 31.9º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B76D19 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 25 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.28 |
| HSL | 31.9º | 0.76% | 0.41% | - |
| HSV(B) | 31.9º | 0.86% | 0.72% | - |
| XYZ | 25.17 | 21.07 | 3.66 | - |
| YUV | 121.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 25 | 0 | 0.40 | 0.86 | 0.28 | 31.9 | 0.76 | 0.41 |
| Hex | B7 | 6D | 19 | 0 | 28 | 56 | 1C | 20 | 4C | 29 |
| Octal | 267 | 155 | 31 | 0 | 50 | 126 | 34 | 40 | 114 | 51 |
| Binary | 10110111 | 1101101 | 11001 | 0 | 101000 | 1010110 | 11100 | 100000 | 1001100 | 101001 |
Color Harmonies of #B76D19
Complementary color
Monochromatic Colors of #B76D19
Black with #B76D19
Text Example
Text Example
White with #B76D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D19; }
p { color: rgb(183,109,25); }
H1.HeaderClassName
{
color: #B76D19;
}
.AnyTagClassName
{
color: #B76D19;
}
</style>
background-color css
<style>
a { background-color: #B76D19; }
a { background-color: rgb(183,109,25); }
div.DivClassName
{
background-color: #B76D19;
}
.BgClassName
{
background-color: #B76D19;
}
</style>
border-color css
<style>
span { border-color: #B76D19; }
span { border-color: rgb(183,109,25); }
td.TdClassName
{
border-color: #B76D19;
}
.TagClassName
{
border-color: #B76D19;
}
</style>