Shades of Pirate Gold #B8712A
Tints of Pirate Gold #B8712A
RGB
CMYK
RGB Variations
Color information
#B8712A (or 0xB8712A) is known color: Pirate Gold. HEX triplet: B8, 71 and 2A. RGB value is (184,113,42). Sum of RGB (Red+Green+Blue) = 184+113+42=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B8712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8712A is #478ED5. Grayscale: #7E7E7E. Windows color (decimal): -4689622 or 2781624. OLE color: 2781624.
HSL color Cylindrical-coordinate representation of color #B8712A: hue angle of 30º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8712A is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 42 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.28 |
| HSL | 30º | 0.63% | 0.44% | - |
| HSV(B) | 30º | 0.77% | 0.72% | - |
| XYZ | 26.09 | 22.17 | 5.09 | - |
| YUV | 126.14 | 80.52 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 42 | 0 | 0.39 | 0.77 | 0.28 | 30 | 0.63 | 0.44 |
| Hex | B8 | 71 | 2A | 0 | 27 | 4D | 1C | 1E | 3F | 2C |
| Octal | 270 | 161 | 52 | 0 | 47 | 115 | 34 | 36 | 77 | 54 |
| Binary | 10111000 | 1110001 | 101010 | 0 | 100111 | 1001101 | 11100 | 11110 | 111111 | 101100 |
Color Harmonies of #B8712A
Complementary color
Monochromatic Colors of #B8712A
Black with #B8712A
Text Example
Text Example
White with #B8712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8712A; }
p { color: rgb(184,113,42); }
H1.HeaderClassName
{
color: #B8712A;
}
.AnyTagClassName
{
color: #B8712A;
}
</style>
background-color css
<style>
a { background-color: #B8712A; }
a { background-color: rgb(184,113,42); }
div.DivClassName
{
background-color: #B8712A;
}
.BgClassName
{
background-color: #B8712A;
}
</style>
border-color css
<style>
span { border-color: #B8712A; }
span { border-color: rgb(184,113,42); }
td.TdClassName
{
border-color: #B8712A;
}
.TagClassName
{
border-color: #B8712A;
}
</style>