Shades of Pirate Gold #B86C25
Tints of Pirate Gold #B86C25
RGB
CMYK
RGB Variations
Color information
#B86C25 (or 0xB86C25) is known color: Pirate Gold. HEX triplet: B8, 6C and 25. RGB value is (184,108,37). Sum of RGB (Red+Green+Blue) = 184+108+37=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86C25 is #4793DA. Grayscale: #7A7A7A. Windows color (decimal): -4690907 or 2452664. OLE color: 2452664.
HSL color Cylindrical-coordinate representation of color #B86C25: hue angle of 28.98º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B86C25 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 37 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.28 |
| HSL | 28.98º | 0.67% | 0.43% | - |
| HSV(B) | 28.98º | 0.8% | 0.72% | - |
| XYZ | 25.46 | 21.05 | 4.47 | - |
| YUV | 122.63 | 79.68 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 37 | 0 | 0.41 | 0.80 | 0.28 | 28.98 | 0.67 | 0.43 |
| Hex | B8 | 6C | 25 | 0 | 29 | 50 | 1C | 1D | 43 | 2B |
| Octal | 270 | 154 | 45 | 0 | 51 | 120 | 34 | 35 | 103 | 53 |
| Binary | 10111000 | 1101100 | 100101 | 0 | 101001 | 1010000 | 11100 | 11101 | 1000011 | 101011 |
Color Harmonies of #B86C25
Complementary color
Monochromatic Colors of #B86C25
Black with #B86C25
Text Example
Text Example
White with #B86C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C25; }
p { color: rgb(184,108,37); }
H1.HeaderClassName
{
color: #B86C25;
}
.AnyTagClassName
{
color: #B86C25;
}
</style>
background-color css
<style>
a { background-color: #B86C25; }
a { background-color: rgb(184,108,37); }
div.DivClassName
{
background-color: #B86C25;
}
.BgClassName
{
background-color: #B86C25;
}
</style>
border-color css
<style>
span { border-color: #B86C25; }
span { border-color: rgb(184,108,37); }
td.TdClassName
{
border-color: #B86C25;
}
.TagClassName
{
border-color: #B86C25;
}
</style>