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