Shades of Meteor #B96E2E
Tints of Meteor #B96E2E
RGB
CMYK
RGB Variations
Color information
#B96E2E (or 0xB96E2E) is known color: Meteor. HEX triplet: B9, 6E and 2E. RGB value is (185,110,46). Sum of RGB (Red+Green+Blue) = 185+110+46=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E2E is #4691D1. Grayscale: #7D7D7D. Windows color (decimal): -4624850 or 3043001. OLE color: 3043001.
HSL color Cylindrical-coordinate representation of color #B96E2E: hue angle of 27.63º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B96E2E is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 110 | 46 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.27 |
| HSL | 27.63º | 0.6% | 0.45% | - |
| HSV(B) | 27.63º | 0.75% | 0.73% | - |
| XYZ | 26.08 | 21.66 | 5.39 | - |
| YUV | 125.13 | 83.35 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 46 | 0 | 0.41 | 0.75 | 0.27 | 27.63 | 0.6 | 0.45 |
| Hex | B9 | 6E | 2E | 0 | 29 | 4B | 1B | 1C | 3C | 2D |
| Octal | 271 | 156 | 56 | 0 | 51 | 113 | 33 | 34 | 74 | 55 |
| Binary | 10111001 | 1101110 | 101110 | 0 | 101001 | 1001011 | 11011 | 11100 | 111100 | 101101 |
Color Harmonies of #B96E2E
Complementary color
Monochromatic Colors of #B96E2E
Black with #B96E2E
Text Example
Text Example
White with #B96E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96E2E; }
p { color: rgb(185,110,46); }
H1.HeaderClassName
{
color: #B96E2E;
}
.AnyTagClassName
{
color: #B96E2E;
}
</style>
background-color css
<style>
a { background-color: #B96E2E; }
a { background-color: rgb(185,110,46); }
div.DivClassName
{
background-color: #B96E2E;
}
.BgClassName
{
background-color: #B96E2E;
}
</style>
border-color css
<style>
span { border-color: #B96E2E; }
span { border-color: rgb(185,110,46); }
td.TdClassName
{
border-color: #B96E2E;
}
.TagClassName
{
border-color: #B96E2E;
}
</style>