Shades of Pirate Gold #B86E1C
Tints of Pirate Gold #B86E1C
RGB
CMYK
RGB Variations
Color information
#B86E1C (or 0xB86E1C) is known color: Pirate Gold. HEX triplet: B8, 6E and 1C. RGB value is (184,110,28). Sum of RGB (Red+Green+Blue) = 184+110+28=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86E1C is #4791E3. Grayscale: #7B7B7B. Windows color (decimal): -4690404 or 1863352. OLE color: 1863352.
HSL color Cylindrical-coordinate representation of color #B86E1C: hue angle of 31.54º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B86E1C is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 28 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.28 |
| HSL | 31.54º | 0.74% | 0.42% | - |
| HSV(B) | 31.54º | 0.85% | 0.72% | - |
| XYZ | 25.55 | 21.43 | 3.89 | - |
| YUV | 122.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 28 | 0 | 0.40 | 0.85 | 0.28 | 31.54 | 0.74 | 0.42 |
| Hex | B8 | 6E | 1C | 0 | 28 | 55 | 1C | 20 | 4A | 2A |
| Octal | 270 | 156 | 34 | 0 | 50 | 125 | 34 | 40 | 112 | 52 |
| Binary | 10111000 | 1101110 | 11100 | 0 | 101000 | 1010101 | 11100 | 100000 | 1001010 | 101010 |
Color Harmonies of #B86E1C
Complementary color
Monochromatic Colors of #B86E1C
Black with #B86E1C
Text Example
Text Example
White with #B86E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86E1C; }
p { color: rgb(184,110,28); }
H1.HeaderClassName
{
color: #B86E1C;
}
.AnyTagClassName
{
color: #B86E1C;
}
</style>
background-color css
<style>
a { background-color: #B86E1C; }
a { background-color: rgb(184,110,28); }
div.DivClassName
{
background-color: #B86E1C;
}
.BgClassName
{
background-color: #B86E1C;
}
</style>
border-color css
<style>
span { border-color: #B86E1C; }
span { border-color: rgb(184,110,28); }
td.TdClassName
{
border-color: #B86E1C;
}
.TagClassName
{
border-color: #B86E1C;
}
</style>