Shades of Pirate Gold #BB8221
Tints of Pirate Gold #BB8221
RGB
CMYK
RGB Variations
Color information
#BB8221 (or 0xBB8221) is known color: Pirate Gold. HEX triplet: BB, 82 and 21. RGB value is (187,130,33). Sum of RGB (Red+Green+Blue) = 187+130+33=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8221 is #447DDE. Grayscale: #888888. Windows color (decimal): -4488671 or 2196155. OLE color: 2196155.
HSL color Cylindrical-coordinate representation of color #BB8221: hue angle of 37.79º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB8221 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 33 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.27 |
| HSL | 37.79º | 0.7% | 0.43% | - |
| HSV(B) | 37.79º | 0.82% | 0.73% | - |
| XYZ | 28.75 | 26.64 | 5.07 | - |
| YUV | 135.99 | 69.88 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 33 | 0 | 0.30 | 0.82 | 0.27 | 37.79 | 0.7 | 0.43 |
| Hex | BB | 82 | 21 | 0 | 1E | 52 | 1B | 26 | 46 | 2B |
| Octal | 273 | 202 | 41 | 0 | 36 | 122 | 33 | 46 | 106 | 53 |
| Binary | 10111011 | 10000010 | 100001 | 0 | 11110 | 1010010 | 11011 | 100110 | 1000110 | 101011 |
Color Harmonies of #BB8221
Complementary color
Monochromatic Colors of #BB8221
Black with #BB8221
Text Example
Text Example
White with #BB8221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8221; }
p { color: rgb(187,130,33); }
H1.HeaderClassName
{
color: #BB8221;
}
.AnyTagClassName
{
color: #BB8221;
}
</style>
background-color css
<style>
a { background-color: #BB8221; }
a { background-color: rgb(187,130,33); }
div.DivClassName
{
background-color: #BB8221;
}
.BgClassName
{
background-color: #BB8221;
}
</style>
border-color css
<style>
span { border-color: #BB8221; }
span { border-color: rgb(187,130,33); }
td.TdClassName
{
border-color: #BB8221;
}
.TagClassName
{
border-color: #BB8221;
}
</style>