Shades of Meteor #BB742F
Tints of Meteor #BB742F
RGB
CMYK
RGB Variations
Color information
#BB742F (or 0xBB742F) is known color: Meteor. HEX triplet: BB, 74 and 2F. RGB value is (187,116,47). Sum of RGB (Red+Green+Blue) = 187+116+47=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB742F is #448BD0. Grayscale: #818181. Windows color (decimal): -4492241 or 3110075. OLE color: 3110075.
HSL color Cylindrical-coordinate representation of color #BB742F: hue angle of 29.57º degrees, saturation: 0.6, 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 #BB742F is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 47 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.27 |
| HSL | 29.57º | 0.6% | 0.46% | - |
| HSV(B) | 29.57º | 0.75% | 0.73% | - |
| XYZ | 27.25 | 23.26 | 5.74 | - |
| YUV | 129.36 | 81.52 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 47 | 0 | 0.38 | 0.75 | 0.27 | 29.57 | 0.6 | 0.46 |
| Hex | BB | 74 | 2F | 0 | 26 | 4B | 1B | 1E | 3C | 2E |
| Octal | 273 | 164 | 57 | 0 | 46 | 113 | 33 | 36 | 74 | 56 |
| Binary | 10111011 | 1110100 | 101111 | 0 | 100110 | 1001011 | 11011 | 11110 | 111100 | 101110 |
Color Harmonies of #BB742F
Complementary color
Monochromatic Colors of #BB742F
Black with #BB742F
Text Example
Text Example
White with #BB742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB742F; }
p { color: rgb(187,116,47); }
H1.HeaderClassName
{
color: #BB742F;
}
.AnyTagClassName
{
color: #BB742F;
}
</style>
background-color css
<style>
a { background-color: #BB742F; }
a { background-color: rgb(187,116,47); }
div.DivClassName
{
background-color: #BB742F;
}
.BgClassName
{
background-color: #BB742F;
}
</style>
border-color css
<style>
span { border-color: #BB742F; }
span { border-color: rgb(187,116,47); }
td.TdClassName
{
border-color: #BB742F;
}
.TagClassName
{
border-color: #BB742F;
}
</style>