Shades of Meteor #B86D2B
Tints of Meteor #B86D2B
RGB
CMYK
RGB Variations
Color information
#B86D2B (or 0xB86D2B) is known color: Meteor. HEX triplet: B8, 6D and 2B. RGB value is (184,109,43). Sum of RGB (Red+Green+Blue) = 184+109+43=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86D2B is #4792D4. Grayscale: #7C7C7C. Windows color (decimal): -4690645 or 2846136. OLE color: 2846136.
HSL color Cylindrical-coordinate representation of color #B86D2B: hue angle of 28.09º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B86D2B is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 43 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.28 |
| HSL | 28.09º | 0.62% | 0.45% | - |
| HSV(B) | 28.09º | 0.77% | 0.72% | - |
| XYZ | 25.67 | 21.3 | 5.04 | - |
| YUV | 123.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 43 | 0 | 0.41 | 0.77 | 0.28 | 28.09 | 0.62 | 0.45 |
| Hex | B8 | 6D | 2B | 0 | 29 | 4D | 1C | 1C | 3E | 2D |
| Octal | 270 | 155 | 53 | 0 | 51 | 115 | 34 | 34 | 76 | 55 |
| Binary | 10111000 | 1101101 | 101011 | 0 | 101001 | 1001101 | 11100 | 11100 | 111110 | 101101 |
Color Harmonies of #B86D2B
Complementary color
Monochromatic Colors of #B86D2B
Black with #B86D2B
Text Example
Text Example
White with #B86D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D2B; }
p { color: rgb(184,109,43); }
H1.HeaderClassName
{
color: #B86D2B;
}
.AnyTagClassName
{
color: #B86D2B;
}
</style>
background-color css
<style>
a { background-color: #B86D2B; }
a { background-color: rgb(184,109,43); }
div.DivClassName
{
background-color: #B86D2B;
}
.BgClassName
{
background-color: #B86D2B;
}
</style>
border-color css
<style>
span { border-color: #B86D2B; }
span { border-color: rgb(184,109,43); }
td.TdClassName
{
border-color: #B86D2B;
}
.TagClassName
{
border-color: #B86D2B;
}
</style>