Shades of Pirate Gold #BB6E1B
Tints of Pirate Gold #BB6E1B
RGB
CMYK
RGB Variations
Color information
#BB6E1B (or 0xBB6E1B) is known color: Pirate Gold. HEX triplet: BB, 6E and 1B. RGB value is (187,110,27). Sum of RGB (Red+Green+Blue) = 187+110+27=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E1B is #4491E4. Grayscale: #7B7B7B. Windows color (decimal): -4493797 or 1797819. OLE color: 1797819.
HSL color Cylindrical-coordinate representation of color #BB6E1B: hue angle of 31.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB6E1B is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 110 | 27 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.27 |
| HSL | 31.13º | 0.75% | 0.42% | - |
| HSV(B) | 31.13º | 0.86% | 0.73% | - |
| XYZ | 26.27 | 21.8 | 3.86 | - |
| YUV | 123.56 | 73.51 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 27 | 0 | 0.41 | 0.86 | 0.27 | 31.13 | 0.75 | 0.42 |
| Hex | BB | 6E | 1B | 0 | 29 | 56 | 1B | 1F | 4B | 2A |
| Octal | 273 | 156 | 33 | 0 | 51 | 126 | 33 | 37 | 113 | 52 |
| Binary | 10111011 | 1101110 | 11011 | 0 | 101001 | 1010110 | 11011 | 11111 | 1001011 | 101010 |
Color Harmonies of #BB6E1B
Complementary color
Monochromatic Colors of #BB6E1B
Black with #BB6E1B
Text Example
Text Example
White with #BB6E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6E1B; }
p { color: rgb(187,110,27); }
H1.HeaderClassName
{
color: #BB6E1B;
}
.AnyTagClassName
{
color: #BB6E1B;
}
</style>
background-color css
<style>
a { background-color: #BB6E1B; }
a { background-color: rgb(187,110,27); }
div.DivClassName
{
background-color: #BB6E1B;
}
.BgClassName
{
background-color: #BB6E1B;
}
</style>
border-color css
<style>
span { border-color: #BB6E1B; }
span { border-color: rgb(187,110,27); }
td.TdClassName
{
border-color: #BB6E1B;
}
.TagClassName
{
border-color: #BB6E1B;
}
</style>