Shades of Pirate Gold #B86D19
Tints of Pirate Gold #B86D19
RGB
CMYK
RGB Variations
Color information
#B86D19 (or 0xB86D19) is known color: Pirate Gold. HEX triplet: B8, 6D and 19. RGB value is (184,109,25). Sum of RGB (Red+Green+Blue) = 184+109+25=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86D19 is #4792E6. Grayscale: #7A7A7A. Windows color (decimal): -4690663 or 1666488. OLE color: 1666488.
HSL color Cylindrical-coordinate representation of color #B86D19: hue angle of 31.7º degrees, saturation: 0.76, 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 #B86D19 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 25 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.28 |
| HSL | 31.7º | 0.76% | 0.41% | - |
| HSV(B) | 31.7º | 0.86% | 0.72% | - |
| XYZ | 25.41 | 21.2 | 3.67 | - |
| YUV | 121.85 | 73.35 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 25 | 0 | 0.41 | 0.86 | 0.28 | 31.7 | 0.76 | 0.41 |
| Hex | B8 | 6D | 19 | 0 | 29 | 56 | 1C | 20 | 4C | 29 |
| Octal | 270 | 155 | 31 | 0 | 51 | 126 | 34 | 40 | 114 | 51 |
| Binary | 10111000 | 1101101 | 11001 | 0 | 101001 | 1010110 | 11100 | 100000 | 1001100 | 101001 |
Color Harmonies of #B86D19
Complementary color
Monochromatic Colors of #B86D19
Black with #B86D19
Text Example
Text Example
White with #B86D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D19; }
p { color: rgb(184,109,25); }
H1.HeaderClassName
{
color: #B86D19;
}
.AnyTagClassName
{
color: #B86D19;
}
</style>
background-color css
<style>
a { background-color: #B86D19; }
a { background-color: rgb(184,109,25); }
div.DivClassName
{
background-color: #B86D19;
}
.BgClassName
{
background-color: #B86D19;
}
</style>
border-color css
<style>
span { border-color: #B86D19; }
span { border-color: rgb(184,109,25); }
td.TdClassName
{
border-color: #B86D19;
}
.TagClassName
{
border-color: #B86D19;
}
</style>