Shades of Meteor #B96C2C
Tints of Meteor #B96C2C
RGB
CMYK
RGB Variations
Color information
#B96C2C (or 0xB96C2C) is known color: Meteor. HEX triplet: B9, 6C and 2C. RGB value is (185,108,44). Sum of RGB (Red+Green+Blue) = 185+108+44=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C2C is #4693D3. Grayscale: #7C7C7C. Windows color (decimal): -4625364 or 2911417. OLE color: 2911417.
HSL color Cylindrical-coordinate representation of color #B96C2C: hue angle of 27.23º degrees, saturation: 0.62, 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 #B96C2C is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 44 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.27 |
| HSL | 27.23º | 0.62% | 0.45% | - |
| HSV(B) | 27.23º | 0.76% | 0.73% | - |
| XYZ | 25.82 | 21.22 | 5.12 | - |
| YUV | 123.73 | 83.01 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 44 | 0 | 0.42 | 0.76 | 0.27 | 27.23 | 0.62 | 0.45 |
| Hex | B9 | 6C | 2C | 0 | 2A | 4C | 1B | 1B | 3E | 2D |
| Octal | 271 | 154 | 54 | 0 | 52 | 114 | 33 | 33 | 76 | 55 |
| Binary | 10111001 | 1101100 | 101100 | 0 | 101010 | 1001100 | 11011 | 11011 | 111110 | 101101 |
Color Harmonies of #B96C2C
Complementary color
Monochromatic Colors of #B96C2C
Black with #B96C2C
Text Example
Text Example
White with #B96C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C2C; }
p { color: rgb(185,108,44); }
H1.HeaderClassName
{
color: #B96C2C;
}
.AnyTagClassName
{
color: #B96C2C;
}
</style>
background-color css
<style>
a { background-color: #B96C2C; }
a { background-color: rgb(185,108,44); }
div.DivClassName
{
background-color: #B96C2C;
}
.BgClassName
{
background-color: #B96C2C;
}
</style>
border-color css
<style>
span { border-color: #B96C2C; }
span { border-color: rgb(185,108,44); }
td.TdClassName
{
border-color: #B96C2C;
}
.TagClassName
{
border-color: #B96C2C;
}
</style>