Shades of Meteor #B86F2D
Tints of Meteor #B86F2D
RGB
CMYK
RGB Variations
Color information
#B86F2D (or 0xB86F2D) is known color: Meteor. HEX triplet: B8, 6F and 2D. RGB value is (184,111,45). Sum of RGB (Red+Green+Blue) = 184+111+45=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86F2D is #4790D2. Grayscale: #7D7D7D. Windows color (decimal): -4690131 or 2977720. OLE color: 2977720.
HSL color Cylindrical-coordinate representation of color #B86F2D: hue angle of 28.49º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B86F2D is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 45 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.28 |
| HSL | 28.49º | 0.61% | 0.45% | - |
| HSV(B) | 28.49º | 0.76% | 0.72% | - |
| XYZ | 25.93 | 21.75 | 5.31 | - |
| YUV | 125.3 | 82.68 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 45 | 0 | 0.40 | 0.76 | 0.28 | 28.49 | 0.61 | 0.45 |
| Hex | B8 | 6F | 2D | 0 | 28 | 4C | 1C | 1C | 3D | 2D |
| Octal | 270 | 157 | 55 | 0 | 50 | 114 | 34 | 34 | 75 | 55 |
| Binary | 10111000 | 1101111 | 101101 | 0 | 101000 | 1001100 | 11100 | 11100 | 111101 | 101101 |
Color Harmonies of #B86F2D
Complementary color
Monochromatic Colors of #B86F2D
Black with #B86F2D
Text Example
Text Example
White with #B86F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F2D; }
p { color: rgb(184,111,45); }
H1.HeaderClassName
{
color: #B86F2D;
}
.AnyTagClassName
{
color: #B86F2D;
}
</style>
background-color css
<style>
a { background-color: #B86F2D; }
a { background-color: rgb(184,111,45); }
div.DivClassName
{
background-color: #B86F2D;
}
.BgClassName
{
background-color: #B86F2D;
}
</style>
border-color css
<style>
span { border-color: #B86F2D; }
span { border-color: rgb(184,111,45); }
td.TdClassName
{
border-color: #B86F2D;
}
.TagClassName
{
border-color: #B86F2D;
}
</style>