Shades of Meteor #BB7136
Tints of Meteor #BB7136
RGB
CMYK
RGB Variations
Color information
#BB7136 (or 0xBB7136) is known color: Meteor. HEX triplet: BB, 71 and 36. RGB value is (187,113,54). Sum of RGB (Red+Green+Blue) = 187+113+54=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7136 is #448EC9. Grayscale: #808080. Windows color (decimal): -4493002 or 3568059. OLE color: 3568059.
HSL color Cylindrical-coordinate representation of color #BB7136: hue angle of 26.62º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB7136 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 54 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.27 |
| HSL | 26.62º | 0.55% | 0.47% | - |
| HSV(B) | 26.62º | 0.71% | 0.73% | - |
| XYZ | 27.06 | 22.64 | 6.43 | - |
| YUV | 128.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 54 | 0 | 0.40 | 0.71 | 0.27 | 26.62 | 0.55 | 0.47 |
| Hex | BB | 71 | 36 | 0 | 28 | 47 | 1B | 1B | 37 | 2F |
| Octal | 273 | 161 | 66 | 0 | 50 | 107 | 33 | 33 | 67 | 57 |
| Binary | 10111011 | 1110001 | 110110 | 0 | 101000 | 1000111 | 11011 | 11011 | 110111 | 101111 |
Color Harmonies of #BB7136
Complementary color
Monochromatic Colors of #BB7136
Black with #BB7136
Text Example
Text Example
White with #BB7136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7136; }
p { color: rgb(187,113,54); }
H1.HeaderClassName
{
color: #BB7136;
}
.AnyTagClassName
{
color: #BB7136;
}
</style>
background-color css
<style>
a { background-color: #BB7136; }
a { background-color: rgb(187,113,54); }
div.DivClassName
{
background-color: #BB7136;
}
.BgClassName
{
background-color: #BB7136;
}
</style>
border-color css
<style>
span { border-color: #BB7136; }
span { border-color: rgb(187,113,54); }
td.TdClassName
{
border-color: #BB7136;
}
.TagClassName
{
border-color: #BB7136;
}
</style>