Shades of Meteor #B86C28
Tints of Meteor #B86C28
RGB
CMYK
RGB Variations
Color information
#B86C28 (or 0xB86C28) is known color: Meteor. HEX triplet: B8, 6C and 28. RGB value is (184,108,40). Sum of RGB (Red+Green+Blue) = 184+108+40=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86C28 is #4793D7. Grayscale: #7B7B7B. Windows color (decimal): -4690904 or 2649272. OLE color: 2649272.
HSL color Cylindrical-coordinate representation of color #B86C28: hue angle of 28.33º 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 #B86C28 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 40 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.28 |
| HSL | 28.33º | 0.64% | 0.44% | - |
| HSV(B) | 28.33º | 0.78% | 0.72% | - |
| XYZ | 25.51 | 21.07 | 4.73 | - |
| YUV | 122.97 | 81.18 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 40 | 0 | 0.41 | 0.78 | 0.28 | 28.33 | 0.64 | 0.44 |
| Hex | B8 | 6C | 28 | 0 | 29 | 4E | 1C | 1C | 40 | 2C |
| Octal | 270 | 154 | 50 | 0 | 51 | 116 | 34 | 34 | 100 | 54 |
| Binary | 10111000 | 1101100 | 101000 | 0 | 101001 | 1001110 | 11100 | 11100 | 1000000 | 101100 |
Color Harmonies of #B86C28
Complementary color
Monochromatic Colors of #B86C28
Black with #B86C28
Text Example
Text Example
White with #B86C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C28; }
p { color: rgb(184,108,40); }
H1.HeaderClassName
{
color: #B86C28;
}
.AnyTagClassName
{
color: #B86C28;
}
</style>
background-color css
<style>
a { background-color: #B86C28; }
a { background-color: rgb(184,108,40); }
div.DivClassName
{
background-color: #B86C28;
}
.BgClassName
{
background-color: #B86C28;
}
</style>
border-color css
<style>
span { border-color: #B86C28; }
span { border-color: rgb(184,108,40); }
td.TdClassName
{
border-color: #B86C28;
}
.TagClassName
{
border-color: #B86C28;
}
</style>