Shades of Pirate Gold #B88024
Tints of Pirate Gold #B88024
RGB
CMYK
RGB Variations
Color information
#B88024 (or 0xB88024) is known color: Pirate Gold. HEX triplet: B8, 80 and 24. RGB value is (184,128,36). Sum of RGB (Red+Green+Blue) = 184+128+36=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B88024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88024 is #477FDB. Grayscale: #868686. Windows color (decimal): -4685788 or 2392248. OLE color: 2392248.
HSL color Cylindrical-coordinate representation of color #B88024: hue angle of 37.3º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B88024 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 36 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.28 |
| HSL | 37.3º | 0.67% | 0.43% | - |
| HSV(B) | 37.3º | 0.8% | 0.72% | - |
| XYZ | 27.8 | 25.76 | 5.18 | - |
| YUV | 134.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 36 | 0 | 0.30 | 0.80 | 0.28 | 37.3 | 0.67 | 0.43 |
| Hex | B8 | 80 | 24 | 0 | 1E | 50 | 1C | 25 | 43 | 2B |
| Octal | 270 | 200 | 44 | 0 | 36 | 120 | 34 | 45 | 103 | 53 |
| Binary | 10111000 | 10000000 | 100100 | 0 | 11110 | 1010000 | 11100 | 100101 | 1000011 | 101011 |
Color Harmonies of #B88024
Complementary color
Monochromatic Colors of #B88024
Black with #B88024
Text Example
Text Example
White with #B88024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88024; }
p { color: rgb(184,128,36); }
H1.HeaderClassName
{
color: #B88024;
}
.AnyTagClassName
{
color: #B88024;
}
</style>
background-color css
<style>
a { background-color: #B88024; }
a { background-color: rgb(184,128,36); }
div.DivClassName
{
background-color: #B88024;
}
.BgClassName
{
background-color: #B88024;
}
</style>
border-color css
<style>
span { border-color: #B88024; }
span { border-color: rgb(184,128,36); }
td.TdClassName
{
border-color: #B88024;
}
.TagClassName
{
border-color: #B88024;
}
</style>