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