Shades of Meteor #B7702D
Tints of Meteor #B7702D
RGB
CMYK
RGB Variations
Color information
#B7702D (or 0xB7702D) is known color: Meteor. HEX triplet: B7, 70 and 2D. RGB value is (183,112,45). Sum of RGB (Red+Green+Blue) = 183+112+45=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B7702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7702D is #488FD2. Grayscale: #7D7D7D. Windows color (decimal): -4755411 or 2977975. OLE color: 2977975.
HSL color Cylindrical-coordinate representation of color #B7702D: hue angle of 29.13º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7702D is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 45 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.28 |
| HSL | 29.13º | 0.61% | 0.45% | - |
| HSV(B) | 29.13º | 0.75% | 0.72% | - |
| XYZ | 25.8 | 21.85 | 5.34 | - |
| YUV | 125.59 | 82.52 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 45 | 0 | 0.39 | 0.75 | 0.28 | 29.13 | 0.61 | 0.45 |
| Hex | B7 | 70 | 2D | 0 | 27 | 4B | 1C | 1D | 3D | 2D |
| Octal | 267 | 160 | 55 | 0 | 47 | 113 | 34 | 35 | 75 | 55 |
| Binary | 10110111 | 1110000 | 101101 | 0 | 100111 | 1001011 | 11100 | 11101 | 111101 | 101101 |
Color Harmonies of #B7702D
Complementary color
Monochromatic Colors of #B7702D
Black with #B7702D
Text Example
Text Example
White with #B7702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7702D; }
p { color: rgb(183,112,45); }
H1.HeaderClassName
{
color: #B7702D;
}
.AnyTagClassName
{
color: #B7702D;
}
</style>
background-color css
<style>
a { background-color: #B7702D; }
a { background-color: rgb(183,112,45); }
div.DivClassName
{
background-color: #B7702D;
}
.BgClassName
{
background-color: #B7702D;
}
</style>
border-color css
<style>
span { border-color: #B7702D; }
span { border-color: rgb(183,112,45); }
td.TdClassName
{
border-color: #B7702D;
}
.TagClassName
{
border-color: #B7702D;
}
</style>