Shades of Pirate Gold #B86D1A
Tints of Pirate Gold #B86D1A
RGB
CMYK
RGB Variations
Color information
#B86D1A (or 0xB86D1A) is known color: Pirate Gold. HEX triplet: B8, 6D and 1A. RGB value is (184,109,26). Sum of RGB (Red+Green+Blue) = 184+109+26=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86D1A is #4792E5. Grayscale: #7A7A7A. Windows color (decimal): -4690662 or 1732024. OLE color: 1732024.
HSL color Cylindrical-coordinate representation of color #B86D1A: hue angle of 31.52º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B86D1A is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 26 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.28 |
| HSL | 31.52º | 0.75% | 0.41% | - |
| HSV(B) | 31.52º | 0.86% | 0.72% | - |
| XYZ | 25.42 | 21.2 | 3.73 | - |
| YUV | 121.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 26 | 0 | 0.41 | 0.86 | 0.28 | 31.52 | 0.75 | 0.41 |
| Hex | B8 | 6D | 1A | 0 | 29 | 56 | 1C | 20 | 4B | 29 |
| Octal | 270 | 155 | 32 | 0 | 51 | 126 | 34 | 40 | 113 | 51 |
| Binary | 10111000 | 1101101 | 11010 | 0 | 101001 | 1010110 | 11100 | 100000 | 1001011 | 101001 |
Color Harmonies of #B86D1A
Complementary color
Monochromatic Colors of #B86D1A
Black with #B86D1A
Text Example
Text Example
White with #B86D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D1A; }
p { color: rgb(184,109,26); }
H1.HeaderClassName
{
color: #B86D1A;
}
.AnyTagClassName
{
color: #B86D1A;
}
</style>
background-color css
<style>
a { background-color: #B86D1A; }
a { background-color: rgb(184,109,26); }
div.DivClassName
{
background-color: #B86D1A;
}
.BgClassName
{
background-color: #B86D1A;
}
</style>
border-color css
<style>
span { border-color: #B86D1A; }
span { border-color: rgb(184,109,26); }
td.TdClassName
{
border-color: #B86D1A;
}
.TagClassName
{
border-color: #B86D1A;
}
</style>