Shades of Meteor #B96F2B
Tints of Meteor #B96F2B
RGB
CMYK
RGB Variations
Color information
#B96F2B (or 0xB96F2B) is known color: Meteor. HEX triplet: B9, 6F and 2B. RGB value is (185,111,43). Sum of RGB (Red+Green+Blue) = 185+111+43=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F2B is #4690D4. Grayscale: #7D7D7D. Windows color (decimal): -4624597 or 2846649. OLE color: 2846649.
HSL color Cylindrical-coordinate representation of color #B96F2B: hue angle of 28.73º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B96F2B is Cyan = 0, Magento = 0.4, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 43 | - |
| CMYK | 0 | 0.4 | 0.77 | 0.27 |
| HSL | 28.73º | 0.62% | 0.45% | - |
| HSV(B) | 28.73º | 0.77% | 0.73% | - |
| XYZ | 26.13 | 21.86 | 5.13 | - |
| YUV | 125.37 | 81.52 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 43 | 0 | 0.4 | 0.77 | 0.27 | 28.73 | 0.62 | 0.45 |
| Hex | B9 | 6F | 2B | 0 | 28 | 4D | 1B | 1D | 3E | 2D |
| Octal | 271 | 157 | 53 | 0 | 50 | 115 | 33 | 35 | 76 | 55 |
| Binary | 10111001 | 1101111 | 101011 | 0 | 101000 | 1001101 | 11011 | 11101 | 111110 | 101101 |
Color Harmonies of #B96F2B
Complementary color
Monochromatic Colors of #B96F2B
Black with #B96F2B
Text Example
Text Example
White with #B96F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F2B; }
p { color: rgb(185,111,43); }
H1.HeaderClassName
{
color: #B96F2B;
}
.AnyTagClassName
{
color: #B96F2B;
}
</style>
background-color css
<style>
a { background-color: #B96F2B; }
a { background-color: rgb(185,111,43); }
div.DivClassName
{
background-color: #B96F2B;
}
.BgClassName
{
background-color: #B96F2B;
}
</style>
border-color css
<style>
span { border-color: #B96F2B; }
span { border-color: rgb(185,111,43); }
td.TdClassName
{
border-color: #B96F2B;
}
.TagClassName
{
border-color: #B96F2B;
}
</style>