Shades of Meteor #BB6E2E
Tints of Meteor #BB6E2E
RGB
CMYK
RGB Variations
Color information
#BB6E2E (or 0xBB6E2E) is known color: Meteor. HEX triplet: BB, 6E and 2E. RGB value is (187,110,46). Sum of RGB (Red+Green+Blue) = 187+110+46=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E2E is #4491D1. Grayscale: #7E7E7E. Windows color (decimal): -4493778 or 3043003. OLE color: 3043003.
HSL color Cylindrical-coordinate representation of color #BB6E2E: hue angle of 27.23º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB6E2E is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 110 | 46 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.27 |
| HSL | 27.23º | 0.61% | 0.46% | - |
| HSV(B) | 27.23º | 0.75% | 0.73% | - |
| XYZ | 26.56 | 21.91 | 5.41 | - |
| YUV | 125.73 | 83.01 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 46 | 0 | 0.41 | 0.75 | 0.27 | 27.23 | 0.61 | 0.46 |
| Hex | BB | 6E | 2E | 0 | 29 | 4B | 1B | 1B | 3D | 2E |
| Octal | 273 | 156 | 56 | 0 | 51 | 113 | 33 | 33 | 75 | 56 |
| Binary | 10111011 | 1101110 | 101110 | 0 | 101001 | 1001011 | 11011 | 11011 | 111101 | 101110 |
Color Harmonies of #BB6E2E
Complementary color
Monochromatic Colors of #BB6E2E
Black with #BB6E2E
Text Example
Text Example
White with #BB6E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6E2E; }
p { color: rgb(187,110,46); }
H1.HeaderClassName
{
color: #BB6E2E;
}
.AnyTagClassName
{
color: #BB6E2E;
}
</style>
background-color css
<style>
a { background-color: #BB6E2E; }
a { background-color: rgb(187,110,46); }
div.DivClassName
{
background-color: #BB6E2E;
}
.BgClassName
{
background-color: #BB6E2E;
}
</style>
border-color css
<style>
span { border-color: #BB6E2E; }
span { border-color: rgb(187,110,46); }
td.TdClassName
{
border-color: #BB6E2E;
}
.TagClassName
{
border-color: #BB6E2E;
}
</style>