Shades of Pirate Gold #B86D1D
Tints of Pirate Gold #B86D1D
RGB
CMYK
RGB Variations
Color information
#B86D1D (or 0xB86D1D) is known color: Pirate Gold. HEX triplet: B8, 6D and 1D. RGB value is (184,109,29). Sum of RGB (Red+Green+Blue) = 184+109+29=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86D1D is #4792E2. Grayscale: #7A7A7A. Windows color (decimal): -4690659 or 1928632. OLE color: 1928632.
HSL color Cylindrical-coordinate representation of color #B86D1D: hue angle of 30.97º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B86D1D is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 29 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.28 |
| HSL | 30.97º | 0.73% | 0.42% | - |
| HSV(B) | 30.97º | 0.84% | 0.72% | - |
| XYZ | 25.46 | 21.22 | 3.92 | - |
| YUV | 122.31 | 75.35 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 29 | 0 | 0.41 | 0.84 | 0.28 | 30.97 | 0.73 | 0.42 |
| Hex | B8 | 6D | 1D | 0 | 29 | 54 | 1C | 1F | 49 | 2A |
| Octal | 270 | 155 | 35 | 0 | 51 | 124 | 34 | 37 | 111 | 52 |
| Binary | 10111000 | 1101101 | 11101 | 0 | 101001 | 1010100 | 11100 | 11111 | 1001001 | 101010 |
Color Harmonies of #B86D1D
Complementary color
Monochromatic Colors of #B86D1D
Black with #B86D1D
Text Example
Text Example
White with #B86D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D1D; }
p { color: rgb(184,109,29); }
H1.HeaderClassName
{
color: #B86D1D;
}
.AnyTagClassName
{
color: #B86D1D;
}
</style>
background-color css
<style>
a { background-color: #B86D1D; }
a { background-color: rgb(184,109,29); }
div.DivClassName
{
background-color: #B86D1D;
}
.BgClassName
{
background-color: #B86D1D;
}
</style>
border-color css
<style>
span { border-color: #B86D1D; }
span { border-color: rgb(184,109,29); }
td.TdClassName
{
border-color: #B86D1D;
}
.TagClassName
{
border-color: #B86D1D;
}
</style>