Shades of Meteor #B86F2F
Tints of Meteor #B86F2F
RGB
CMYK
RGB Variations
Color information
#B86F2F (or 0xB86F2F) is known color: Meteor. HEX triplet: B8, 6F and 2F. RGB value is (184,111,47). Sum of RGB (Red+Green+Blue) = 184+111+47=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86F2F is #4790D0. Grayscale: #7D7D7D. Windows color (decimal): -4690129 or 3108792. OLE color: 3108792.
HSL color Cylindrical-coordinate representation of color #B86F2F: hue angle of 28.03º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B86F2F is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 47 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.28 |
| HSL | 28.03º | 0.59% | 0.45% | - |
| HSV(B) | 28.03º | 0.74% | 0.72% | - |
| XYZ | 25.96 | 21.76 | 5.52 | - |
| YUV | 125.53 | 83.68 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 47 | 0 | 0.40 | 0.74 | 0.28 | 28.03 | 0.59 | 0.45 |
| Hex | B8 | 6F | 2F | 0 | 28 | 4A | 1C | 1C | 3B | 2D |
| Octal | 270 | 157 | 57 | 0 | 50 | 112 | 34 | 34 | 73 | 55 |
| Binary | 10111000 | 1101111 | 101111 | 0 | 101000 | 1001010 | 11100 | 11100 | 111011 | 101101 |
Color Harmonies of #B86F2F
Complementary color
Monochromatic Colors of #B86F2F
Black with #B86F2F
Text Example
Text Example
White with #B86F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F2F; }
p { color: rgb(184,111,47); }
H1.HeaderClassName
{
color: #B86F2F;
}
.AnyTagClassName
{
color: #B86F2F;
}
</style>
background-color css
<style>
a { background-color: #B86F2F; }
a { background-color: rgb(184,111,47); }
div.DivClassName
{
background-color: #B86F2F;
}
.BgClassName
{
background-color: #B86F2F;
}
</style>
border-color css
<style>
span { border-color: #B86F2F; }
span { border-color: rgb(184,111,47); }
td.TdClassName
{
border-color: #B86F2F;
}
.TagClassName
{
border-color: #B86F2F;
}
</style>