Shades of Pirate Gold #B87C28
Tints of Pirate Gold #B87C28
RGB
CMYK
RGB Variations
Color information
#B87C28 (or 0xB87C28) is known color: Pirate Gold. HEX triplet: B8, 7C and 28. RGB value is (184,124,40). Sum of RGB (Red+Green+Blue) = 184+124+40=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C28 is #4783D7. Grayscale: #848484. Windows color (decimal): -4686808 or 2653368. OLE color: 2653368.
HSL color Cylindrical-coordinate representation of color #B87C28: hue angle of 35º 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 #B87C28 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 40 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.28 |
| HSL | 35º | 0.64% | 0.44% | - |
| HSV(B) | 35º | 0.78% | 0.72% | - |
| XYZ | 27.36 | 24.76 | 5.34 | - |
| YUV | 132.36 | 75.88 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 40 | 0 | 0.33 | 0.78 | 0.28 | 35 | 0.64 | 0.44 |
| Hex | B8 | 7C | 28 | 0 | 21 | 4E | 1C | 23 | 40 | 2C |
| Octal | 270 | 174 | 50 | 0 | 41 | 116 | 34 | 43 | 100 | 54 |
| Binary | 10111000 | 1111100 | 101000 | 0 | 100001 | 1001110 | 11100 | 100011 | 1000000 | 101100 |
Color Harmonies of #B87C28
Complementary color
Monochromatic Colors of #B87C28
Black with #B87C28
Text Example
Text Example
White with #B87C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C28; }
p { color: rgb(184,124,40); }
H1.HeaderClassName
{
color: #B87C28;
}
.AnyTagClassName
{
color: #B87C28;
}
</style>
background-color css
<style>
a { background-color: #B87C28; }
a { background-color: rgb(184,124,40); }
div.DivClassName
{
background-color: #B87C28;
}
.BgClassName
{
background-color: #B87C28;
}
</style>
border-color css
<style>
span { border-color: #B87C28; }
span { border-color: rgb(184,124,40); }
td.TdClassName
{
border-color: #B87C28;
}
.TagClassName
{
border-color: #B87C28;
}
</style>