Shades of Pirate Gold #BB7C2B
Tints of Pirate Gold #BB7C2B
RGB
CMYK
RGB Variations
Color information
#BB7C2B (or 0xBB7C2B) is known color: Pirate Gold. HEX triplet: BB, 7C and 2B. RGB value is (187,124,43). Sum of RGB (Red+Green+Blue) = 187+124+43=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C2B is #4483D4. Grayscale: #858585. Windows color (decimal): -4490197 or 2849979. OLE color: 2849979.
HSL color Cylindrical-coordinate representation of color #BB7C2B: hue angle of 33.75º 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 #BB7C2B is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 43 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.27 |
| HSL | 33.75º | 0.63% | 0.45% | - |
| HSV(B) | 33.75º | 0.77% | 0.73% | - |
| XYZ | 28.14 | 25.15 | 5.66 | - |
| YUV | 133.6 | 76.87 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 43 | 0 | 0.34 | 0.77 | 0.27 | 33.75 | 0.63 | 0.45 |
| Hex | BB | 7C | 2B | 0 | 22 | 4D | 1B | 22 | 3F | 2D |
| Octal | 273 | 174 | 53 | 0 | 42 | 115 | 33 | 42 | 77 | 55 |
| Binary | 10111011 | 1111100 | 101011 | 0 | 100010 | 1001101 | 11011 | 100010 | 111111 | 101101 |
Color Harmonies of #BB7C2B
Complementary color
Monochromatic Colors of #BB7C2B
Black with #BB7C2B
Text Example
Text Example
White with #BB7C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7C2B; }
p { color: rgb(187,124,43); }
H1.HeaderClassName
{
color: #BB7C2B;
}
.AnyTagClassName
{
color: #BB7C2B;
}
</style>
background-color css
<style>
a { background-color: #BB7C2B; }
a { background-color: rgb(187,124,43); }
div.DivClassName
{
background-color: #BB7C2B;
}
.BgClassName
{
background-color: #BB7C2B;
}
</style>
border-color css
<style>
span { border-color: #BB7C2B; }
span { border-color: rgb(187,124,43); }
td.TdClassName
{
border-color: #BB7C2B;
}
.TagClassName
{
border-color: #BB7C2B;
}
</style>