Shades of Meteor #B96F34
Tints of Meteor #B96F34
RGB
CMYK
RGB Variations
Color information
#B96F34 (or 0xB96F34) is known color: Meteor. HEX triplet: B9, 6F and 34. RGB value is (185,111,52). Sum of RGB (Red+Green+Blue) = 185+111+52=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F34 is #4690CB. Grayscale: #7E7E7E. Windows color (decimal): -4624588 or 3436473. OLE color: 3436473.
HSL color Cylindrical-coordinate representation of color #B96F34: hue angle of 26.62º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B96F34 is Cyan = 0, Magento = 0.4, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 52 | - |
| CMYK | 0 | 0.4 | 0.72 | 0.27 |
| HSL | 26.62º | 0.56% | 0.46% | - |
| HSV(B) | 26.62º | 0.72% | 0.73% | - |
| XYZ | 26.31 | 21.93 | 6.1 | - |
| YUV | 126.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 52 | 0 | 0.4 | 0.72 | 0.27 | 26.62 | 0.56 | 0.46 |
| Hex | B9 | 6F | 34 | 0 | 28 | 48 | 1B | 1B | 38 | 2E |
| Octal | 271 | 157 | 64 | 0 | 50 | 110 | 33 | 33 | 70 | 56 |
| Binary | 10111001 | 1101111 | 110100 | 0 | 101000 | 1001000 | 11011 | 11011 | 111000 | 101110 |
Color Harmonies of #B96F34
Complementary color
Monochromatic Colors of #B96F34
Black with #B96F34
Text Example
Text Example
White with #B96F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F34; }
p { color: rgb(185,111,52); }
H1.HeaderClassName
{
color: #B96F34;
}
.AnyTagClassName
{
color: #B96F34;
}
</style>
background-color css
<style>
a { background-color: #B96F34; }
a { background-color: rgb(185,111,52); }
div.DivClassName
{
background-color: #B96F34;
}
.BgClassName
{
background-color: #B96F34;
}
</style>
border-color css
<style>
span { border-color: #B96F34; }
span { border-color: rgb(185,111,52); }
td.TdClassName
{
border-color: #B96F34;
}
.TagClassName
{
border-color: #B96F34;
}
</style>