Shades of Meteor #B8702D
Tints of Meteor #B8702D
RGB
CMYK
RGB Variations
Color information
#B8702D (or 0xB8702D) is known color: Meteor. HEX triplet: B8, 70 and 2D. RGB value is (184,112,45). Sum of RGB (Red+Green+Blue) = 184+112+45=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8702D is #478FD2. Grayscale: #7E7E7E. Windows color (decimal): -4689875 or 2977976. OLE color: 2977976.
HSL color Cylindrical-coordinate representation of color #B8702D: hue angle of 28.92º 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 #B8702D is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 45 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.28 |
| HSL | 28.92º | 0.61% | 0.45% | - |
| HSV(B) | 28.92º | 0.76% | 0.72% | - |
| XYZ | 26.03 | 21.97 | 5.35 | - |
| YUV | 125.89 | 82.35 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 45 | 0 | 0.39 | 0.76 | 0.28 | 28.92 | 0.61 | 0.45 |
| Hex | B8 | 70 | 2D | 0 | 27 | 4C | 1C | 1D | 3D | 2D |
| Octal | 270 | 160 | 55 | 0 | 47 | 114 | 34 | 35 | 75 | 55 |
| Binary | 10111000 | 1110000 | 101101 | 0 | 100111 | 1001100 | 11100 | 11101 | 111101 | 101101 |
Color Harmonies of #B8702D
Complementary color
Monochromatic Colors of #B8702D
Black with #B8702D
Text Example
Text Example
White with #B8702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8702D; }
p { color: rgb(184,112,45); }
H1.HeaderClassName
{
color: #B8702D;
}
.AnyTagClassName
{
color: #B8702D;
}
</style>
background-color css
<style>
a { background-color: #B8702D; }
a { background-color: rgb(184,112,45); }
div.DivClassName
{
background-color: #B8702D;
}
.BgClassName
{
background-color: #B8702D;
}
</style>
border-color css
<style>
span { border-color: #B8702D; }
span { border-color: rgb(184,112,45); }
td.TdClassName
{
border-color: #B8702D;
}
.TagClassName
{
border-color: #B8702D;
}
</style>