Shades of Meteor #B7742E
Tints of Meteor #B7742E
RGB
CMYK
RGB Variations
Color information
#B7742E (or 0xB7742E) is known color: Meteor. HEX triplet: B7, 74 and 2E. RGB value is (183,116,46). Sum of RGB (Red+Green+Blue) = 183+116+46=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7742E is #488BD1. Grayscale: #808080. Windows color (decimal): -4754386 or 3044535. OLE color: 3044535.
HSL color Cylindrical-coordinate representation of color #B7742E: hue angle of 30.66º degrees, saturation: 0.6, 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 #B7742E is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 46 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.28 |
| HSL | 30.66º | 0.6% | 0.45% | - |
| HSV(B) | 30.66º | 0.75% | 0.72% | - |
| XYZ | 26.27 | 22.76 | 5.59 | - |
| YUV | 128.05 | 81.7 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 46 | 0 | 0.37 | 0.75 | 0.28 | 30.66 | 0.6 | 0.45 |
| Hex | B7 | 74 | 2E | 0 | 25 | 4B | 1C | 1F | 3C | 2D |
| Octal | 267 | 164 | 56 | 0 | 45 | 113 | 34 | 37 | 74 | 55 |
| Binary | 10110111 | 1110100 | 101110 | 0 | 100101 | 1001011 | 11100 | 11111 | 111100 | 101101 |
Color Harmonies of #B7742E
Complementary color
Monochromatic Colors of #B7742E
Black with #B7742E
Text Example
Text Example
White with #B7742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7742E; }
p { color: rgb(183,116,46); }
H1.HeaderClassName
{
color: #B7742E;
}
.AnyTagClassName
{
color: #B7742E;
}
</style>
background-color css
<style>
a { background-color: #B7742E; }
a { background-color: rgb(183,116,46); }
div.DivClassName
{
background-color: #B7742E;
}
.BgClassName
{
background-color: #B7742E;
}
</style>
border-color css
<style>
span { border-color: #B7742E; }
span { border-color: rgb(183,116,46); }
td.TdClassName
{
border-color: #B7742E;
}
.TagClassName
{
border-color: #B7742E;
}
</style>