Shades of Pirate Gold #B87528
Tints of Pirate Gold #B87528
RGB
CMYK
RGB Variations
Color information
#B87528 (or 0xB87528) is known color: Pirate Gold. HEX triplet: B8, 75 and 28. RGB value is (184,117,40). Sum of RGB (Red+Green+Blue) = 184+117+40=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B87528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87528 is #478AD7. Grayscale: #808080. Windows color (decimal): -4688600 or 2651576. OLE color: 2651576.
HSL color Cylindrical-coordinate representation of color #B87528: hue angle of 32.08º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B87528 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 40 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.28 |
| HSL | 32.08º | 0.64% | 0.44% | - |
| HSV(B) | 32.08º | 0.78% | 0.72% | - |
| XYZ | 26.51 | 23.07 | 5.06 | - |
| YUV | 128.26 | 78.2 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 40 | 0 | 0.36 | 0.78 | 0.28 | 32.08 | 0.64 | 0.44 |
| Hex | B8 | 75 | 28 | 0 | 24 | 4E | 1C | 20 | 40 | 2C |
| Octal | 270 | 165 | 50 | 0 | 44 | 116 | 34 | 40 | 100 | 54 |
| Binary | 10111000 | 1110101 | 101000 | 0 | 100100 | 1001110 | 11100 | 100000 | 1000000 | 101100 |
Color Harmonies of #B87528
Complementary color
Monochromatic Colors of #B87528
Black with #B87528
Text Example
Text Example
White with #B87528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87528; }
p { color: rgb(184,117,40); }
H1.HeaderClassName
{
color: #B87528;
}
.AnyTagClassName
{
color: #B87528;
}
</style>
background-color css
<style>
a { background-color: #B87528; }
a { background-color: rgb(184,117,40); }
div.DivClassName
{
background-color: #B87528;
}
.BgClassName
{
background-color: #B87528;
}
</style>
border-color css
<style>
span { border-color: #B87528; }
span { border-color: rgb(184,117,40); }
td.TdClassName
{
border-color: #B87528;
}
.TagClassName
{
border-color: #B87528;
}
</style>