Shades of Pirate Gold #B87629
Tints of Pirate Gold #B87629
RGB
CMYK
RGB Variations
Color information
#B87629 (or 0xB87629) is known color: Pirate Gold. HEX triplet: B8, 76 and 29. RGB value is (184,118,41). Sum of RGB (Red+Green+Blue) = 184+118+41=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B87629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87629 is #4789D6. Grayscale: #818181. Windows color (decimal): -4688343 or 2717368. OLE color: 2717368.
HSL color Cylindrical-coordinate representation of color #B87629: hue angle of 32.31º 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 #B87629 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 41 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.28 |
| HSL | 32.31º | 0.64% | 0.44% | - |
| HSV(B) | 32.31º | 0.78% | 0.72% | - |
| XYZ | 26.65 | 23.31 | 5.19 | - |
| YUV | 128.96 | 78.37 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 41 | 0 | 0.36 | 0.78 | 0.28 | 32.31 | 0.64 | 0.44 |
| Hex | B8 | 76 | 29 | 0 | 24 | 4E | 1C | 20 | 40 | 2C |
| Octal | 270 | 166 | 51 | 0 | 44 | 116 | 34 | 40 | 100 | 54 |
| Binary | 10111000 | 1110110 | 101001 | 0 | 100100 | 1001110 | 11100 | 100000 | 1000000 | 101100 |
Color Harmonies of #B87629
Complementary color
Monochromatic Colors of #B87629
Black with #B87629
Text Example
Text Example
White with #B87629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87629; }
p { color: rgb(184,118,41); }
H1.HeaderClassName
{
color: #B87629;
}
.AnyTagClassName
{
color: #B87629;
}
</style>
background-color css
<style>
a { background-color: #B87629; }
a { background-color: rgb(184,118,41); }
div.DivClassName
{
background-color: #B87629;
}
.BgClassName
{
background-color: #B87629;
}
</style>
border-color css
<style>
span { border-color: #B87629; }
span { border-color: rgb(184,118,41); }
td.TdClassName
{
border-color: #B87629;
}
.TagClassName
{
border-color: #B87629;
}
</style>