Shades of Meteor #BB702D
Tints of Meteor #BB702D
RGB
CMYK
RGB Variations
Color information
#BB702D (or 0xBB702D) is known color: Meteor. HEX triplet: BB, 70 and 2D. RGB value is (187,112,45). Sum of RGB (Red+Green+Blue) = 187+112+45=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB702D is #448FD2. Grayscale: #7F7F7F. Windows color (decimal): -4493267 or 2977979. OLE color: 2977979.
HSL color Cylindrical-coordinate representation of color #BB702D: hue angle of 28.31º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB702D is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 45 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.27 |
| HSL | 28.31º | 0.61% | 0.45% | - |
| HSV(B) | 28.31º | 0.76% | 0.73% | - |
| XYZ | 26.76 | 22.34 | 5.38 | - |
| YUV | 126.79 | 81.85 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 45 | 0 | 0.40 | 0.76 | 0.27 | 28.31 | 0.61 | 0.45 |
| Hex | BB | 70 | 2D | 0 | 28 | 4C | 1B | 1C | 3D | 2D |
| Octal | 273 | 160 | 55 | 0 | 50 | 114 | 33 | 34 | 75 | 55 |
| Binary | 10111011 | 1110000 | 101101 | 0 | 101000 | 1001100 | 11011 | 11100 | 111101 | 101101 |
Color Harmonies of #BB702D
Complementary color
Monochromatic Colors of #BB702D
Black with #BB702D
Text Example
Text Example
White with #BB702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB702D; }
p { color: rgb(187,112,45); }
H1.HeaderClassName
{
color: #BB702D;
}
.AnyTagClassName
{
color: #BB702D;
}
</style>
background-color css
<style>
a { background-color: #BB702D; }
a { background-color: rgb(187,112,45); }
div.DivClassName
{
background-color: #BB702D;
}
.BgClassName
{
background-color: #BB702D;
}
</style>
border-color css
<style>
span { border-color: #BB702D; }
span { border-color: rgb(187,112,45); }
td.TdClassName
{
border-color: #BB702D;
}
.TagClassName
{
border-color: #BB702D;
}
</style>