Shades of Meteor #B8702F
Tints of Meteor #B8702F
RGB
CMYK
RGB Variations
Color information
#B8702F (or 0xB8702F) is known color: Meteor. HEX triplet: B8, 70 and 2F. RGB value is (184,112,47). Sum of RGB (Red+Green+Blue) = 184+112+47=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8702F is #478FD0. Grayscale: #7E7E7E. Windows color (decimal): -4689873 or 3109048. OLE color: 3109048.
HSL color Cylindrical-coordinate representation of color #B8702F: hue angle of 28.47º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8702F is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 47 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.28 |
| HSL | 28.47º | 0.59% | 0.45% | - |
| HSV(B) | 28.47º | 0.74% | 0.72% | - |
| XYZ | 26.07 | 21.98 | 5.56 | - |
| YUV | 126.12 | 83.35 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 47 | 0 | 0.39 | 0.74 | 0.28 | 28.47 | 0.59 | 0.45 |
| Hex | B8 | 70 | 2F | 0 | 27 | 4A | 1C | 1C | 3B | 2D |
| Octal | 270 | 160 | 57 | 0 | 47 | 112 | 34 | 34 | 73 | 55 |
| Binary | 10111000 | 1110000 | 101111 | 0 | 100111 | 1001010 | 11100 | 11100 | 111011 | 101101 |
Color Harmonies of #B8702F
Complementary color
Monochromatic Colors of #B8702F
Black with #B8702F
Text Example
Text Example
White with #B8702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8702F; }
p { color: rgb(184,112,47); }
H1.HeaderClassName
{
color: #B8702F;
}
.AnyTagClassName
{
color: #B8702F;
}
</style>
background-color css
<style>
a { background-color: #B8702F; }
a { background-color: rgb(184,112,47); }
div.DivClassName
{
background-color: #B8702F;
}
.BgClassName
{
background-color: #B8702F;
}
</style>
border-color css
<style>
span { border-color: #B8702F; }
span { border-color: rgb(184,112,47); }
td.TdClassName
{
border-color: #B8702F;
}
.TagClassName
{
border-color: #B8702F;
}
</style>