Shades of Pirate Gold #BB8222
Tints of Pirate Gold #BB8222
RGB
CMYK
RGB Variations
Color information
#BB8222 (or 0xBB8222) is known color: Pirate Gold. HEX triplet: BB, 82 and 22. RGB value is (187,130,34). Sum of RGB (Red+Green+Blue) = 187+130+34=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8222 is #447DDD. Grayscale: #888888. Windows color (decimal): -4488670 or 2261691. OLE color: 2261691.
HSL color Cylindrical-coordinate representation of color #BB8222: hue angle of 37.65º degrees, saturation: 0.69, 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 #BB8222 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 34 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.27 |
| HSL | 37.65º | 0.69% | 0.43% | - |
| HSV(B) | 37.65º | 0.82% | 0.73% | - |
| XYZ | 28.76 | 26.65 | 5.14 | - |
| YUV | 136.1 | 70.38 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 34 | 0 | 0.30 | 0.82 | 0.27 | 37.65 | 0.69 | 0.43 |
| Hex | BB | 82 | 22 | 0 | 1E | 52 | 1B | 26 | 45 | 2B |
| Octal | 273 | 202 | 42 | 0 | 36 | 122 | 33 | 46 | 105 | 53 |
| Binary | 10111011 | 10000010 | 100010 | 0 | 11110 | 1010010 | 11011 | 100110 | 1000101 | 101011 |
Color Harmonies of #BB8222
Complementary color
Monochromatic Colors of #BB8222
Black with #BB8222
Text Example
Text Example
White with #BB8222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8222; }
p { color: rgb(187,130,34); }
H1.HeaderClassName
{
color: #BB8222;
}
.AnyTagClassName
{
color: #BB8222;
}
</style>
background-color css
<style>
a { background-color: #BB8222; }
a { background-color: rgb(187,130,34); }
div.DivClassName
{
background-color: #BB8222;
}
.BgClassName
{
background-color: #BB8222;
}
</style>
border-color css
<style>
span { border-color: #BB8222; }
span { border-color: rgb(187,130,34); }
td.TdClassName
{
border-color: #BB8222;
}
.TagClassName
{
border-color: #BB8222;
}
</style>