Shades of Pirate Gold #BB8022
Tints of Pirate Gold #BB8022
RGB
CMYK
RGB Variations
Color information
#BB8022 (or 0xBB8022) is known color: Pirate Gold. HEX triplet: BB, 80 and 22. RGB value is (187,128,34). Sum of RGB (Red+Green+Blue) = 187+128+34=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8022 is #447FDD. Grayscale: #878787. Windows color (decimal): -4489182 or 2261179. OLE color: 2261179.
HSL color Cylindrical-coordinate representation of color #BB8022: hue angle of 36.86º 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 #BB8022 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 34 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.27 |
| HSL | 36.86º | 0.69% | 0.43% | - |
| HSV(B) | 36.86º | 0.82% | 0.73% | - |
| XYZ | 28.5 | 26.12 | 5.05 | - |
| YUV | 134.93 | 71.05 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 34 | 0 | 0.32 | 0.82 | 0.27 | 36.86 | 0.69 | 0.43 |
| Hex | BB | 80 | 22 | 0 | 20 | 52 | 1B | 25 | 45 | 2B |
| Octal | 273 | 200 | 42 | 0 | 40 | 122 | 33 | 45 | 105 | 53 |
| Binary | 10111011 | 10000000 | 100010 | 0 | 100000 | 1010010 | 11011 | 100101 | 1000101 | 101011 |
Color Harmonies of #BB8022
Complementary color
Monochromatic Colors of #BB8022
Black with #BB8022
Text Example
Text Example
White with #BB8022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8022; }
p { color: rgb(187,128,34); }
H1.HeaderClassName
{
color: #BB8022;
}
.AnyTagClassName
{
color: #BB8022;
}
</style>
background-color css
<style>
a { background-color: #BB8022; }
a { background-color: rgb(187,128,34); }
div.DivClassName
{
background-color: #BB8022;
}
.BgClassName
{
background-color: #BB8022;
}
</style>
border-color css
<style>
span { border-color: #BB8022; }
span { border-color: rgb(187,128,34); }
td.TdClassName
{
border-color: #BB8022;
}
.TagClassName
{
border-color: #BB8022;
}
</style>