Shades of Meteor #B7702C
Tints of Meteor #B7702C
RGB
CMYK
RGB Variations
Color information
#B7702C (or 0xB7702C) is known color: Meteor. HEX triplet: B7, 70 and 2C. RGB value is (183,112,44). Sum of RGB (Red+Green+Blue) = 183+112+44=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B7702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7702C is #488FD3. Grayscale: #7D7D7D. Windows color (decimal): -4755412 or 2912439. OLE color: 2912439.
HSL color Cylindrical-coordinate representation of color #B7702C: hue angle of 29.35º 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 #B7702C is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 44 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.28 |
| HSL | 29.35º | 0.61% | 0.45% | - |
| HSV(B) | 29.35º | 0.76% | 0.72% | - |
| XYZ | 25.78 | 21.84 | 5.24 | - |
| YUV | 125.48 | 82.02 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 44 | 0 | 0.39 | 0.76 | 0.28 | 29.35 | 0.61 | 0.45 |
| Hex | B7 | 70 | 2C | 0 | 27 | 4C | 1C | 1D | 3D | 2D |
| Octal | 267 | 160 | 54 | 0 | 47 | 114 | 34 | 35 | 75 | 55 |
| Binary | 10110111 | 1110000 | 101100 | 0 | 100111 | 1001100 | 11100 | 11101 | 111101 | 101101 |
Color Harmonies of #B7702C
Complementary color
Monochromatic Colors of #B7702C
Black with #B7702C
Text Example
Text Example
White with #B7702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7702C; }
p { color: rgb(183,112,44); }
H1.HeaderClassName
{
color: #B7702C;
}
.AnyTagClassName
{
color: #B7702C;
}
</style>
background-color css
<style>
a { background-color: #B7702C; }
a { background-color: rgb(183,112,44); }
div.DivClassName
{
background-color: #B7702C;
}
.BgClassName
{
background-color: #B7702C;
}
</style>
border-color css
<style>
span { border-color: #B7702C; }
span { border-color: rgb(183,112,44); }
td.TdClassName
{
border-color: #B7702C;
}
.TagClassName
{
border-color: #B7702C;
}
</style>