Shades of Pirate Gold #B87729
Tints of Pirate Gold #B87729
RGB
CMYK
RGB Variations
Color information
#B87729 (or 0xB87729) is known color: Pirate Gold. HEX triplet: B8, 77 and 29. RGB value is (184,119,41). Sum of RGB (Red+Green+Blue) = 184+119+41=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B87729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87729 is #4788D6. Grayscale: #818181. Windows color (decimal): -4688087 or 2717624. OLE color: 2717624.
HSL color Cylindrical-coordinate representation of color #B87729: hue angle of 32.73º 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 #B87729 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 41 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.28 |
| HSL | 32.73º | 0.64% | 0.44% | - |
| HSV(B) | 32.73º | 0.78% | 0.72% | - |
| XYZ | 26.76 | 23.54 | 5.23 | - |
| YUV | 129.54 | 78.03 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 41 | 0 | 0.35 | 0.78 | 0.28 | 32.73 | 0.64 | 0.44 |
| Hex | B8 | 77 | 29 | 0 | 23 | 4E | 1C | 21 | 40 | 2C |
| Octal | 270 | 167 | 51 | 0 | 43 | 116 | 34 | 41 | 100 | 54 |
| Binary | 10111000 | 1110111 | 101001 | 0 | 100011 | 1001110 | 11100 | 100001 | 1000000 | 101100 |
Color Harmonies of #B87729
Complementary color
Monochromatic Colors of #B87729
Black with #B87729
Text Example
Text Example
White with #B87729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87729; }
p { color: rgb(184,119,41); }
H1.HeaderClassName
{
color: #B87729;
}
.AnyTagClassName
{
color: #B87729;
}
</style>
background-color css
<style>
a { background-color: #B87729; }
a { background-color: rgb(184,119,41); }
div.DivClassName
{
background-color: #B87729;
}
.BgClassName
{
background-color: #B87729;
}
</style>
border-color css
<style>
span { border-color: #B87729; }
span { border-color: rgb(184,119,41); }
td.TdClassName
{
border-color: #B87729;
}
.TagClassName
{
border-color: #B87729;
}
</style>