Shades of Pirate Gold #B76A20
Tints of Pirate Gold #B76A20
RGB
CMYK
RGB Variations
Color information
#B76A20 (or 0xB76A20) is known color: Pirate Gold. HEX triplet: B7, 6A and 20. RGB value is (183,106,32). Sum of RGB (Red+Green+Blue) = 183+106+32=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A20 is #4895DF. Grayscale: #787878. Windows color (decimal): -4756960 or 2124471. OLE color: 2124471.
HSL color Cylindrical-coordinate representation of color #B76A20: hue angle of 29.4º 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 #B76A20 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 32 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.28 |
| HSL | 29.4º | 0.7% | 0.42% | - |
| HSV(B) | 29.4º | 0.83% | 0.72% | - |
| XYZ | 24.94 | 20.48 | 4 | - |
| YUV | 120.59 | 78.01 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 32 | 0 | 0.42 | 0.83 | 0.28 | 29.4 | 0.7 | 0.42 |
| Hex | B7 | 6A | 20 | 0 | 2A | 53 | 1C | 1D | 46 | 2A |
| Octal | 267 | 152 | 40 | 0 | 52 | 123 | 34 | 35 | 106 | 52 |
| Binary | 10110111 | 1101010 | 100000 | 0 | 101010 | 1010011 | 11100 | 11101 | 1000110 | 101010 |
Color Harmonies of #B76A20
Complementary color
Monochromatic Colors of #B76A20
Black with #B76A20
Text Example
Text Example
White with #B76A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A20; }
p { color: rgb(183,106,32); }
H1.HeaderClassName
{
color: #B76A20;
}
.AnyTagClassName
{
color: #B76A20;
}
</style>
background-color css
<style>
a { background-color: #B76A20; }
a { background-color: rgb(183,106,32); }
div.DivClassName
{
background-color: #B76A20;
}
.BgClassName
{
background-color: #B76A20;
}
</style>
border-color css
<style>
span { border-color: #B76A20; }
span { border-color: rgb(183,106,32); }
td.TdClassName
{
border-color: #B76A20;
}
.TagClassName
{
border-color: #B76A20;
}
</style>