Shades of Pirate Gold #BB8322
Tints of Pirate Gold #BB8322
RGB
CMYK
RGB Variations
Color information
#BB8322 (or 0xBB8322) is known color: Pirate Gold. HEX triplet: BB, 83 and 22. RGB value is (187,131,34). Sum of RGB (Red+Green+Blue) = 187+131+34=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8322 is #447CDD. Grayscale: #898989. Windows color (decimal): -4488414 or 2261947. OLE color: 2261947.
HSL color Cylindrical-coordinate representation of color #BB8322: hue angle of 38.04º 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 #BB8322 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 34 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.27 |
| HSL | 38.04º | 0.69% | 0.43% | - |
| HSV(B) | 38.04º | 0.82% | 0.73% | - |
| XYZ | 28.9 | 26.91 | 5.18 | - |
| YUV | 136.69 | 70.05 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 34 | 0 | 0.30 | 0.82 | 0.27 | 38.04 | 0.69 | 0.43 |
| Hex | BB | 83 | 22 | 0 | 1E | 52 | 1B | 26 | 45 | 2B |
| Octal | 273 | 203 | 42 | 0 | 36 | 122 | 33 | 46 | 105 | 53 |
| Binary | 10111011 | 10000011 | 100010 | 0 | 11110 | 1010010 | 11011 | 100110 | 1000101 | 101011 |
Color Harmonies of #BB8322
Complementary color
Monochromatic Colors of #BB8322
Black with #BB8322
Text Example
Text Example
White with #BB8322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8322; }
p { color: rgb(187,131,34); }
H1.HeaderClassName
{
color: #BB8322;
}
.AnyTagClassName
{
color: #BB8322;
}
</style>
background-color css
<style>
a { background-color: #BB8322; }
a { background-color: rgb(187,131,34); }
div.DivClassName
{
background-color: #BB8322;
}
.BgClassName
{
background-color: #BB8322;
}
</style>
border-color css
<style>
span { border-color: #BB8322; }
span { border-color: rgb(187,131,34); }
td.TdClassName
{
border-color: #BB8322;
}
.TagClassName
{
border-color: #BB8322;
}
</style>