Shades of Pirate Gold #B86A1D
Tints of Pirate Gold #B86A1D
RGB
CMYK
RGB Variations
Color information
#B86A1D (or 0xB86A1D) is known color: Pirate Gold. HEX triplet: B8, 6A and 1D. RGB value is (184,106,29). Sum of RGB (Red+Green+Blue) = 184+106+29=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86A1D is #4795E2. Grayscale: #787878. Windows color (decimal): -4691427 or 1927864. OLE color: 1927864.
HSL color Cylindrical-coordinate representation of color #B86A1D: hue angle of 29.81º 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 #B86A1D is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 106 | 29 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.28 |
| HSL | 29.81º | 0.73% | 0.42% | - |
| HSV(B) | 29.81º | 0.84% | 0.72% | - |
| XYZ | 25.14 | 20.59 | 3.81 | - |
| YUV | 120.54 | 76.34 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 106 | 29 | 0 | 0.42 | 0.84 | 0.28 | 29.81 | 0.73 | 0.42 |
| Hex | B8 | 6A | 1D | 0 | 2A | 54 | 1C | 1E | 49 | 2A |
| Octal | 270 | 152 | 35 | 0 | 52 | 124 | 34 | 36 | 111 | 52 |
| Binary | 10111000 | 1101010 | 11101 | 0 | 101010 | 1010100 | 11100 | 11110 | 1001001 | 101010 |
Color Harmonies of #B86A1D
Complementary color
Monochromatic Colors of #B86A1D
Black with #B86A1D
Text Example
Text Example
White with #B86A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86A1D; }
p { color: rgb(184,106,29); }
H1.HeaderClassName
{
color: #B86A1D;
}
.AnyTagClassName
{
color: #B86A1D;
}
</style>
background-color css
<style>
a { background-color: #B86A1D; }
a { background-color: rgb(184,106,29); }
div.DivClassName
{
background-color: #B86A1D;
}
.BgClassName
{
background-color: #B86A1D;
}
</style>
border-color css
<style>
span { border-color: #B86A1D; }
span { border-color: rgb(184,106,29); }
td.TdClassName
{
border-color: #B86A1D;
}
.TagClassName
{
border-color: #B86A1D;
}
</style>