Shades of Meteor #BB742D
Tints of Meteor #BB742D
RGB
CMYK
RGB Variations
Color information
#BB742D (or 0xBB742D) is known color: Meteor. HEX triplet: BB, 74 and 2D. RGB value is (187,116,45). Sum of RGB (Red+Green+Blue) = 187+116+45=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB742D is #448BD2. Grayscale: #818181. Windows color (decimal): -4492243 or 2979003. OLE color: 2979003.
HSL color Cylindrical-coordinate representation of color #BB742D: hue angle of 30º 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 #BB742D is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 45 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.27 |
| HSL | 30º | 0.61% | 0.45% | - |
| HSV(B) | 30º | 0.76% | 0.73% | - |
| XYZ | 27.21 | 23.25 | 5.54 | - |
| YUV | 129.14 | 80.52 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 45 | 0 | 0.38 | 0.76 | 0.27 | 30 | 0.61 | 0.45 |
| Hex | BB | 74 | 2D | 0 | 26 | 4C | 1B | 1E | 3D | 2D |
| Octal | 273 | 164 | 55 | 0 | 46 | 114 | 33 | 36 | 75 | 55 |
| Binary | 10111011 | 1110100 | 101101 | 0 | 100110 | 1001100 | 11011 | 11110 | 111101 | 101101 |
Color Harmonies of #BB742D
Complementary color
Monochromatic Colors of #BB742D
Black with #BB742D
Text Example
Text Example
White with #BB742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB742D; }
p { color: rgb(187,116,45); }
H1.HeaderClassName
{
color: #BB742D;
}
.AnyTagClassName
{
color: #BB742D;
}
</style>
background-color css
<style>
a { background-color: #BB742D; }
a { background-color: rgb(187,116,45); }
div.DivClassName
{
background-color: #BB742D;
}
.BgClassName
{
background-color: #BB742D;
}
</style>
border-color css
<style>
span { border-color: #BB742D; }
span { border-color: rgb(187,116,45); }
td.TdClassName
{
border-color: #BB742D;
}
.TagClassName
{
border-color: #BB742D;
}
</style>