Shades of Pirate Gold #BB7B21
Tints of Pirate Gold #BB7B21
RGB
CMYK
RGB Variations
Color information
#BB7B21 (or 0xBB7B21) is known color: Pirate Gold. HEX triplet: BB, 7B and 21. RGB value is (187,123,33). Sum of RGB (Red+Green+Blue) = 187+123+33=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B21 is #4484DE. Grayscale: #848484. Windows color (decimal): -4490463 or 2194363. OLE color: 2194363.
HSL color Cylindrical-coordinate representation of color #BB7B21: hue angle of 35.06º 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 #BB7B21 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 33 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.27 |
| HSL | 35.06º | 0.7% | 0.43% | - |
| HSV(B) | 35.06º | 0.82% | 0.73% | - |
| XYZ | 27.85 | 24.84 | 4.77 | - |
| YUV | 131.88 | 72.2 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 33 | 0 | 0.34 | 0.82 | 0.27 | 35.06 | 0.7 | 0.43 |
| Hex | BB | 7B | 21 | 0 | 22 | 52 | 1B | 23 | 46 | 2B |
| Octal | 273 | 173 | 41 | 0 | 42 | 122 | 33 | 43 | 106 | 53 |
| Binary | 10111011 | 1111011 | 100001 | 0 | 100010 | 1010010 | 11011 | 100011 | 1000110 | 101011 |
Color Harmonies of #BB7B21
Complementary color
Monochromatic Colors of #BB7B21
Black with #BB7B21
Text Example
Text Example
White with #BB7B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7B21; }
p { color: rgb(187,123,33); }
H1.HeaderClassName
{
color: #BB7B21;
}
.AnyTagClassName
{
color: #BB7B21;
}
</style>
background-color css
<style>
a { background-color: #BB7B21; }
a { background-color: rgb(187,123,33); }
div.DivClassName
{
background-color: #BB7B21;
}
.BgClassName
{
background-color: #BB7B21;
}
</style>
border-color css
<style>
span { border-color: #BB7B21; }
span { border-color: rgb(187,123,33); }
td.TdClassName
{
border-color: #BB7B21;
}
.TagClassName
{
border-color: #BB7B21;
}
</style>