Shades of Pirate Gold #B76D20
Tints of Pirate Gold #B76D20
RGB
CMYK
RGB Variations
Color information
#B76D20 (or 0xB76D20) is known color: Pirate Gold. HEX triplet: B7, 6D and 20. RGB value is (183,109,32). Sum of RGB (Red+Green+Blue) = 183+109+32=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D20 is #4892DF. Grayscale: #7A7A7A. Windows color (decimal): -4756192 or 2125239. OLE color: 2125239.
HSL color Cylindrical-coordinate representation of color #B76D20: hue angle of 30.6º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B76D20 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 32 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.28 |
| HSL | 30.6º | 0.7% | 0.42% | - |
| HSV(B) | 30.6º | 0.83% | 0.72% | - |
| XYZ | 25.26 | 21.11 | 4.11 | - |
| YUV | 122.35 | 77.02 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 32 | 0 | 0.40 | 0.83 | 0.28 | 30.6 | 0.7 | 0.42 |
| Hex | B7 | 6D | 20 | 0 | 28 | 53 | 1C | 1F | 46 | 2A |
| Octal | 267 | 155 | 40 | 0 | 50 | 123 | 34 | 37 | 106 | 52 |
| Binary | 10110111 | 1101101 | 100000 | 0 | 101000 | 1010011 | 11100 | 11111 | 1000110 | 101010 |
Color Harmonies of #B76D20
Complementary color
Monochromatic Colors of #B76D20
Black with #B76D20
Text Example
Text Example
White with #B76D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D20; }
p { color: rgb(183,109,32); }
H1.HeaderClassName
{
color: #B76D20;
}
.AnyTagClassName
{
color: #B76D20;
}
</style>
background-color css
<style>
a { background-color: #B76D20; }
a { background-color: rgb(183,109,32); }
div.DivClassName
{
background-color: #B76D20;
}
.BgClassName
{
background-color: #B76D20;
}
</style>
border-color css
<style>
span { border-color: #B76D20; }
span { border-color: rgb(183,109,32); }
td.TdClassName
{
border-color: #B76D20;
}
.TagClassName
{
border-color: #B76D20;
}
</style>