Shades of Pirate Gold #BB6E18
Tints of Pirate Gold #BB6E18
RGB
CMYK
RGB Variations
Color information
#BB6E18 (or 0xBB6E18) is known color: Pirate Gold. HEX triplet: BB, 6E and 18. RGB value is (187,110,24). Sum of RGB (Red+Green+Blue) = 187+110+24=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6E18 is #4491E7. Grayscale: #7B7B7B. Windows color (decimal): -4493800 or 1601211. OLE color: 1601211.
HSL color Cylindrical-coordinate representation of color #BB6E18: hue angle of 31.66º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB6E18 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 110 | 24 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.27 |
| HSL | 31.66º | 0.77% | 0.41% | - |
| HSV(B) | 31.66º | 0.87% | 0.73% | - |
| XYZ | 26.23 | 21.78 | 3.69 | - |
| YUV | 123.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 24 | 0 | 0.41 | 0.87 | 0.27 | 31.66 | 0.77 | 0.41 |
| Hex | BB | 6E | 18 | 0 | 29 | 57 | 1B | 20 | 4D | 29 |
| Octal | 273 | 156 | 30 | 0 | 51 | 127 | 33 | 40 | 115 | 51 |
| Binary | 10111011 | 1101110 | 11000 | 0 | 101001 | 1010111 | 11011 | 100000 | 1001101 | 101001 |
Color Harmonies of #BB6E18
Complementary color
Monochromatic Colors of #BB6E18
Black with #BB6E18
Text Example
Text Example
White with #BB6E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6E18; }
p { color: rgb(187,110,24); }
H1.HeaderClassName
{
color: #BB6E18;
}
.AnyTagClassName
{
color: #BB6E18;
}
</style>
background-color css
<style>
a { background-color: #BB6E18; }
a { background-color: rgb(187,110,24); }
div.DivClassName
{
background-color: #BB6E18;
}
.BgClassName
{
background-color: #BB6E18;
}
</style>
border-color css
<style>
span { border-color: #BB6E18; }
span { border-color: rgb(187,110,24); }
td.TdClassName
{
border-color: #BB6E18;
}
.TagClassName
{
border-color: #BB6E18;
}
</style>