Shades of Meteor #B7702A
Tints of Meteor #B7702A
RGB
CMYK
RGB Variations
Color information
#B7702A (or 0xB7702A) is known color: Meteor. HEX triplet: B7, 70 and 2A. RGB value is (183,112,42). Sum of RGB (Red+Green+Blue) = 183+112+42=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B7702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7702A is #488FD5. Grayscale: #7D7D7D. Windows color (decimal): -4755414 or 2781367. OLE color: 2781367.
HSL color Cylindrical-coordinate representation of color #B7702A: hue angle of 29.79º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7702A is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 42 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.28 |
| HSL | 29.79º | 0.63% | 0.44% | - |
| HSV(B) | 29.79º | 0.77% | 0.72% | - |
| XYZ | 25.74 | 21.82 | 5.05 | - |
| YUV | 125.25 | 81.02 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 42 | 0 | 0.39 | 0.77 | 0.28 | 29.79 | 0.63 | 0.44 |
| Hex | B7 | 70 | 2A | 0 | 27 | 4D | 1C | 1E | 3F | 2C |
| Octal | 267 | 160 | 52 | 0 | 47 | 115 | 34 | 36 | 77 | 54 |
| Binary | 10110111 | 1110000 | 101010 | 0 | 100111 | 1001101 | 11100 | 11110 | 111111 | 101100 |
Color Harmonies of #B7702A
Complementary color
Monochromatic Colors of #B7702A
Black with #B7702A
Text Example
Text Example
White with #B7702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7702A; }
p { color: rgb(183,112,42); }
H1.HeaderClassName
{
color: #B7702A;
}
.AnyTagClassName
{
color: #B7702A;
}
</style>
background-color css
<style>
a { background-color: #B7702A; }
a { background-color: rgb(183,112,42); }
div.DivClassName
{
background-color: #B7702A;
}
.BgClassName
{
background-color: #B7702A;
}
</style>
border-color css
<style>
span { border-color: #B7702A; }
span { border-color: rgb(183,112,42); }
td.TdClassName
{
border-color: #B7702A;
}
.TagClassName
{
border-color: #B7702A;
}
</style>