Shades of Pirate Gold #B87D1D
Tints of Pirate Gold #B87D1D
RGB
CMYK
RGB Variations
Color information
#B87D1D (or 0xB87D1D) is known color: Pirate Gold. HEX triplet: B8, 7D and 1D. RGB value is (184,125,29). Sum of RGB (Red+Green+Blue) = 184+125+29=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D1D is #4782E2. Grayscale: #848484. Windows color (decimal): -4686563 or 1932728. OLE color: 1932728.
HSL color Cylindrical-coordinate representation of color #B87D1D: hue angle of 37.16º 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 #B87D1D is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 29 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.28 |
| HSL | 37.16º | 0.73% | 0.42% | - |
| HSV(B) | 37.16º | 0.84% | 0.72% | - |
| XYZ | 27.32 | 24.95 | 4.54 | - |
| YUV | 131.7 | 70.05 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 29 | 0 | 0.32 | 0.84 | 0.28 | 37.16 | 0.73 | 0.42 |
| Hex | B8 | 7D | 1D | 0 | 20 | 54 | 1C | 25 | 49 | 2A |
| Octal | 270 | 175 | 35 | 0 | 40 | 124 | 34 | 45 | 111 | 52 |
| Binary | 10111000 | 1111101 | 11101 | 0 | 100000 | 1010100 | 11100 | 100101 | 1001001 | 101010 |
Color Harmonies of #B87D1D
Complementary color
Monochromatic Colors of #B87D1D
Black with #B87D1D
Text Example
Text Example
White with #B87D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D1D; }
p { color: rgb(184,125,29); }
H1.HeaderClassName
{
color: #B87D1D;
}
.AnyTagClassName
{
color: #B87D1D;
}
</style>
background-color css
<style>
a { background-color: #B87D1D; }
a { background-color: rgb(184,125,29); }
div.DivClassName
{
background-color: #B87D1D;
}
.BgClassName
{
background-color: #B87D1D;
}
</style>
border-color css
<style>
span { border-color: #B87D1D; }
span { border-color: rgb(184,125,29); }
td.TdClassName
{
border-color: #B87D1D;
}
.TagClassName
{
border-color: #B87D1D;
}
</style>