Shades of Pirate Gold #BB711C
Tints of Pirate Gold #BB711C
RGB
CMYK
RGB Variations
Color information
#BB711C (or 0xBB711C) is known color: Pirate Gold. HEX triplet: BB, 71 and 1C. RGB value is (187,113,28). Sum of RGB (Red+Green+Blue) = 187+113+28=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB711C is #448EE3. Grayscale: #7D7D7D. Windows color (decimal): -4493028 or 1864123. OLE color: 1864123.
HSL color Cylindrical-coordinate representation of color #BB711C: hue angle of 32.08º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB711C is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 28 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.27 |
| HSL | 32.08º | 0.74% | 0.42% | - |
| HSV(B) | 32.08º | 0.85% | 0.73% | - |
| XYZ | 26.61 | 22.46 | 4.03 | - |
| YUV | 125.44 | 73.02 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 28 | 0 | 0.40 | 0.85 | 0.27 | 32.08 | 0.74 | 0.42 |
| Hex | BB | 71 | 1C | 0 | 28 | 55 | 1B | 20 | 4A | 2A |
| Octal | 273 | 161 | 34 | 0 | 50 | 125 | 33 | 40 | 112 | 52 |
| Binary | 10111011 | 1110001 | 11100 | 0 | 101000 | 1010101 | 11011 | 100000 | 1001010 | 101010 |
Color Harmonies of #BB711C
Complementary color
Monochromatic Colors of #BB711C
Black with #BB711C
Text Example
Text Example
White with #BB711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB711C; }
p { color: rgb(187,113,28); }
H1.HeaderClassName
{
color: #BB711C;
}
.AnyTagClassName
{
color: #BB711C;
}
</style>
background-color css
<style>
a { background-color: #BB711C; }
a { background-color: rgb(187,113,28); }
div.DivClassName
{
background-color: #BB711C;
}
.BgClassName
{
background-color: #BB711C;
}
</style>
border-color css
<style>
span { border-color: #BB711C; }
span { border-color: rgb(187,113,28); }
td.TdClassName
{
border-color: #BB711C;
}
.TagClassName
{
border-color: #BB711C;
}
</style>