Shades of Meteor #BB7130
Tints of Meteor #BB7130
RGB
CMYK
RGB Variations
Color information
#BB7130 (or 0xBB7130) is known color: Meteor. HEX triplet: BB, 71 and 30. RGB value is (187,113,48). Sum of RGB (Red+Green+Blue) = 187+113+48=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7130 is #448ECF. Grayscale: #808080. Windows color (decimal): -4493008 or 3174843. OLE color: 3174843.
HSL color Cylindrical-coordinate representation of color #BB7130: hue angle of 28.06º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB7130 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 48 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.27 |
| HSL | 28.06º | 0.59% | 0.46% | - |
| HSV(B) | 28.06º | 0.74% | 0.73% | - |
| XYZ | 26.93 | 22.59 | 5.74 | - |
| YUV | 127.72 | 83.02 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 48 | 0 | 0.40 | 0.74 | 0.27 | 28.06 | 0.59 | 0.46 |
| Hex | BB | 71 | 30 | 0 | 28 | 4A | 1B | 1C | 3B | 2E |
| Octal | 273 | 161 | 60 | 0 | 50 | 112 | 33 | 34 | 73 | 56 |
| Binary | 10111011 | 1110001 | 110000 | 0 | 101000 | 1001010 | 11011 | 11100 | 111011 | 101110 |
Color Harmonies of #BB7130
Complementary color
Monochromatic Colors of #BB7130
Black with #BB7130
Text Example
Text Example
White with #BB7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7130; }
p { color: rgb(187,113,48); }
H1.HeaderClassName
{
color: #BB7130;
}
.AnyTagClassName
{
color: #BB7130;
}
</style>
background-color css
<style>
a { background-color: #BB7130; }
a { background-color: rgb(187,113,48); }
div.DivClassName
{
background-color: #BB7130;
}
.BgClassName
{
background-color: #BB7130;
}
</style>
border-color css
<style>
span { border-color: #BB7130; }
span { border-color: rgb(187,113,48); }
td.TdClassName
{
border-color: #BB7130;
}
.TagClassName
{
border-color: #BB7130;
}
</style>