Shades of Pirate Gold #B76A16
Tints of Pirate Gold #B76A16
RGB
CMYK
RGB Variations
Color information
#B76A16 (or 0xB76A16) is known color: Pirate Gold. HEX triplet: B7, 6A and 16. RGB value is (183,106,22). Sum of RGB (Red+Green+Blue) = 183+106+22=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76A16 is #4895E9. Grayscale: #777777. Windows color (decimal): -4756970 or 1469111. OLE color: 1469111.
HSL color Cylindrical-coordinate representation of color #B76A16: hue angle of 31.3º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B76A16 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 22 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.28 |
| HSL | 31.3º | 0.79% | 0.4% | - |
| HSV(B) | 31.3º | 0.88% | 0.72% | - |
| XYZ | 24.83 | 20.43 | 3.39 | - |
| YUV | 119.45 | 73.01 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 22 | 0 | 0.42 | 0.88 | 0.28 | 31.3 | 0.79 | 0.4 |
| Hex | B7 | 6A | 16 | 0 | 2A | 58 | 1C | 1F | 4F | 28 |
| Octal | 267 | 152 | 26 | 0 | 52 | 130 | 34 | 37 | 117 | 50 |
| Binary | 10110111 | 1101010 | 10110 | 0 | 101010 | 1011000 | 11100 | 11111 | 1001111 | 101000 |
Color Harmonies of #B76A16
Complementary color
Monochromatic Colors of #B76A16
Black with #B76A16
Text Example
Text Example
White with #B76A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A16; }
p { color: rgb(183,106,22); }
H1.HeaderClassName
{
color: #B76A16;
}
.AnyTagClassName
{
color: #B76A16;
}
</style>
background-color css
<style>
a { background-color: #B76A16; }
a { background-color: rgb(183,106,22); }
div.DivClassName
{
background-color: #B76A16;
}
.BgClassName
{
background-color: #B76A16;
}
</style>
border-color css
<style>
span { border-color: #B76A16; }
span { border-color: rgb(183,106,22); }
td.TdClassName
{
border-color: #B76A16;
}
.TagClassName
{
border-color: #B76A16;
}
</style>