Shades of Pirate Gold #BB7B2B
Tints of Pirate Gold #BB7B2B
RGB
CMYK
RGB Variations
Color information
#BB7B2B (or 0xBB7B2B) is known color: Pirate Gold. HEX triplet: BB, 7B and 2B. RGB value is (187,123,43). Sum of RGB (Red+Green+Blue) = 187+123+43=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B2B is #4484D4. Grayscale: #858585. Windows color (decimal): -4490453 or 2849723. OLE color: 2849723.
HSL color Cylindrical-coordinate representation of color #BB7B2B: hue angle of 33.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB7B2B is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 43 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.27 |
| HSL | 33.33º | 0.63% | 0.45% | - |
| HSV(B) | 33.33º | 0.77% | 0.73% | - |
| XYZ | 28.01 | 24.91 | 5.62 | - |
| YUV | 133.02 | 77.2 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 43 | 0 | 0.34 | 0.77 | 0.27 | 33.33 | 0.63 | 0.45 |
| Hex | BB | 7B | 2B | 0 | 22 | 4D | 1B | 21 | 3F | 2D |
| Octal | 273 | 173 | 53 | 0 | 42 | 115 | 33 | 41 | 77 | 55 |
| Binary | 10111011 | 1111011 | 101011 | 0 | 100010 | 1001101 | 11011 | 100001 | 111111 | 101101 |
Color Harmonies of #BB7B2B
Complementary color
Monochromatic Colors of #BB7B2B
Black with #BB7B2B
Text Example
Text Example
White with #BB7B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7B2B; }
p { color: rgb(187,123,43); }
H1.HeaderClassName
{
color: #BB7B2B;
}
.AnyTagClassName
{
color: #BB7B2B;
}
</style>
background-color css
<style>
a { background-color: #BB7B2B; }
a { background-color: rgb(187,123,43); }
div.DivClassName
{
background-color: #BB7B2B;
}
.BgClassName
{
background-color: #BB7B2B;
}
</style>
border-color css
<style>
span { border-color: #BB7B2B; }
span { border-color: rgb(187,123,43); }
td.TdClassName
{
border-color: #BB7B2B;
}
.TagClassName
{
border-color: #BB7B2B;
}
</style>