Shades of Pirate Gold #B76A0E
Tints of Pirate Gold #B76A0E
RGB
CMYK
RGB Variations
Color information
#B76A0E (or 0xB76A0E) is known color: Pirate Gold. HEX triplet: B7, 6A and 0E. RGB value is (183,106,14). Sum of RGB (Red+Green+Blue) = 183+106+14=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76A0E is #4895F1. Grayscale: #767676. Windows color (decimal): -4756978 or 944823. OLE color: 944823.
HSL color Cylindrical-coordinate representation of color #B76A0E: hue angle of 32.66º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B76A0E is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 14 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.28 |
| HSL | 32.66º | 0.86% | 0.39% | - |
| HSV(B) | 32.66º | 0.92% | 0.72% | - |
| XYZ | 24.76 | 20.41 | 3.05 | - |
| YUV | 118.54 | 69.01 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 14 | 0 | 0.42 | 0.92 | 0.28 | 32.66 | 0.86 | 0.39 |
| Hex | B7 | 6A | E | 0 | 2A | 5C | 1C | 21 | 56 | 27 |
| Octal | 267 | 152 | 16 | 0 | 52 | 134 | 34 | 41 | 126 | 47 |
| Binary | 10110111 | 1101010 | 1110 | 0 | 101010 | 1011100 | 11100 | 100001 | 1010110 | 100111 |
Color Harmonies of #B76A0E
Complementary color
Monochromatic Colors of #B76A0E
Black with #B76A0E
Text Example
Text Example
White with #B76A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A0E; }
p { color: rgb(183,106,14); }
H1.HeaderClassName
{
color: #B76A0E;
}
.AnyTagClassName
{
color: #B76A0E;
}
</style>
background-color css
<style>
a { background-color: #B76A0E; }
a { background-color: rgb(183,106,14); }
div.DivClassName
{
background-color: #B76A0E;
}
.BgClassName
{
background-color: #B76A0E;
}
</style>
border-color css
<style>
span { border-color: #B76A0E; }
span { border-color: rgb(183,106,14); }
td.TdClassName
{
border-color: #B76A0E;
}
.TagClassName
{
border-color: #B76A0E;
}
</style>