Shades of Meteor #B77435
Tints of Meteor #B77435
RGB
CMYK
RGB Variations
Color information
#B77435 (or 0xB77435) is known color: Meteor. HEX triplet: B7, 74 and 35. RGB value is (183,116,53). Sum of RGB (Red+Green+Blue) = 183+116+53=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B77435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77435 is #488BCA. Grayscale: #818181. Windows color (decimal): -4754379 or 3503287. OLE color: 3503287.
HSL color Cylindrical-coordinate representation of color #B77435: hue angle of 29.08º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B77435 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 53 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.28 |
| HSL | 29.08º | 0.55% | 0.46% | - |
| HSV(B) | 29.08º | 0.71% | 0.72% | - |
| XYZ | 26.42 | 22.82 | 6.38 | - |
| YUV | 128.85 | 85.2 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 53 | 0 | 0.37 | 0.71 | 0.28 | 29.08 | 0.55 | 0.46 |
| Hex | B7 | 74 | 35 | 0 | 25 | 47 | 1C | 1D | 37 | 2E |
| Octal | 267 | 164 | 65 | 0 | 45 | 107 | 34 | 35 | 67 | 56 |
| Binary | 10110111 | 1110100 | 110101 | 0 | 100101 | 1000111 | 11100 | 11101 | 110111 | 101110 |
Color Harmonies of #B77435
Complementary color
Monochromatic Colors of #B77435
Black with #B77435
Text Example
Text Example
White with #B77435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77435; }
p { color: rgb(183,116,53); }
H1.HeaderClassName
{
color: #B77435;
}
.AnyTagClassName
{
color: #B77435;
}
</style>
background-color css
<style>
a { background-color: #B77435; }
a { background-color: rgb(183,116,53); }
div.DivClassName
{
background-color: #B77435;
}
.BgClassName
{
background-color: #B77435;
}
</style>
border-color css
<style>
span { border-color: #B77435; }
span { border-color: rgb(183,116,53); }
td.TdClassName
{
border-color: #B77435;
}
.TagClassName
{
border-color: #B77435;
}
</style>