Shades of Meteor #B86E28
Tints of Meteor #B86E28
RGB
CMYK
RGB Variations
Color information
#B86E28 (or 0xB86E28) is known color: Meteor. HEX triplet: B8, 6E and 28. RGB value is (184,110,40). Sum of RGB (Red+Green+Blue) = 184+110+40=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86E28 is #4791D7. Grayscale: #7C7C7C. Windows color (decimal): -4690392 or 2649784. OLE color: 2649784.
HSL color Cylindrical-coordinate representation of color #B86E28: hue angle of 29.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B86E28 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 40 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.28 |
| HSL | 29.17º | 0.64% | 0.44% | - |
| HSV(B) | 29.17º | 0.78% | 0.72% | - |
| XYZ | 25.73 | 21.5 | 4.8 | - |
| YUV | 124.15 | 80.52 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 40 | 0 | 0.40 | 0.78 | 0.28 | 29.17 | 0.64 | 0.44 |
| Hex | B8 | 6E | 28 | 0 | 28 | 4E | 1C | 1D | 40 | 2C |
| Octal | 270 | 156 | 50 | 0 | 50 | 116 | 34 | 35 | 100 | 54 |
| Binary | 10111000 | 1101110 | 101000 | 0 | 101000 | 1001110 | 11100 | 11101 | 1000000 | 101100 |
Color Harmonies of #B86E28
Complementary color
Monochromatic Colors of #B86E28
Black with #B86E28
Text Example
Text Example
White with #B86E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86E28; }
p { color: rgb(184,110,40); }
H1.HeaderClassName
{
color: #B86E28;
}
.AnyTagClassName
{
color: #B86E28;
}
</style>
background-color css
<style>
a { background-color: #B86E28; }
a { background-color: rgb(184,110,40); }
div.DivClassName
{
background-color: #B86E28;
}
.BgClassName
{
background-color: #B86E28;
}
</style>
border-color css
<style>
span { border-color: #B86E28; }
span { border-color: rgb(184,110,40); }
td.TdClassName
{
border-color: #B86E28;
}
.TagClassName
{
border-color: #B86E28;
}
</style>