Shades of Meteor #B7742D
Tints of Meteor #B7742D
RGB
CMYK
RGB Variations
Color information
#B7742D (or 0xB7742D) is known color: Meteor. HEX triplet: B7, 74 and 2D. RGB value is (183,116,45). Sum of RGB (Red+Green+Blue) = 183+116+45=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B7742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7742D is #488BD2. Grayscale: #808080. Windows color (decimal): -4754387 or 2978999. OLE color: 2978999.
HSL color Cylindrical-coordinate representation of color #B7742D: hue angle of 30.87º 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 #B7742D is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 45 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.28 |
| HSL | 30.87º | 0.61% | 0.45% | - |
| HSV(B) | 30.87º | 0.75% | 0.72% | - |
| XYZ | 26.25 | 22.75 | 5.49 | - |
| YUV | 127.94 | 81.2 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 45 | 0 | 0.37 | 0.75 | 0.28 | 30.87 | 0.61 | 0.45 |
| Hex | B7 | 74 | 2D | 0 | 25 | 4B | 1C | 1F | 3D | 2D |
| Octal | 267 | 164 | 55 | 0 | 45 | 113 | 34 | 37 | 75 | 55 |
| Binary | 10110111 | 1110100 | 101101 | 0 | 100101 | 1001011 | 11100 | 11111 | 111101 | 101101 |
Color Harmonies of #B7742D
Complementary color
Monochromatic Colors of #B7742D
Black with #B7742D
Text Example
Text Example
White with #B7742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7742D; }
p { color: rgb(183,116,45); }
H1.HeaderClassName
{
color: #B7742D;
}
.AnyTagClassName
{
color: #B7742D;
}
</style>
background-color css
<style>
a { background-color: #B7742D; }
a { background-color: rgb(183,116,45); }
div.DivClassName
{
background-color: #B7742D;
}
.BgClassName
{
background-color: #B7742D;
}
</style>
border-color css
<style>
span { border-color: #B7742D; }
span { border-color: rgb(183,116,45); }
td.TdClassName
{
border-color: #B7742D;
}
.TagClassName
{
border-color: #B7742D;
}
</style>