Shades of Meteor #B77336
Tints of Meteor #B77336
RGB
CMYK
RGB Variations
Color information
#B77336 (or 0xB77336) is known color: Meteor. HEX triplet: B7, 73 and 36. RGB value is (183,115,54). Sum of RGB (Red+Green+Blue) = 183+115+54=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B77336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77336 is #488CC9. Grayscale: #808080. Windows color (decimal): -4754634 or 3568567. OLE color: 3568567.
HSL color Cylindrical-coordinate representation of color #B77336: hue angle of 28.37º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B77336 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 54 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.28 |
| HSL | 28.37º | 0.54% | 0.46% | - |
| HSV(B) | 28.37º | 0.7% | 0.72% | - |
| XYZ | 26.33 | 22.6 | 6.46 | - |
| YUV | 128.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 54 | 0 | 0.37 | 0.70 | 0.28 | 28.37 | 0.54 | 0.46 |
| Hex | B7 | 73 | 36 | 0 | 25 | 46 | 1C | 1C | 36 | 2E |
| Octal | 267 | 163 | 66 | 0 | 45 | 106 | 34 | 34 | 66 | 56 |
| Binary | 10110111 | 1110011 | 110110 | 0 | 100101 | 1000110 | 11100 | 11100 | 110110 | 101110 |
Color Harmonies of #B77336
Complementary color
Monochromatic Colors of #B77336
Black with #B77336
Text Example
Text Example
White with #B77336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77336; }
p { color: rgb(183,115,54); }
H1.HeaderClassName
{
color: #B77336;
}
.AnyTagClassName
{
color: #B77336;
}
</style>
background-color css
<style>
a { background-color: #B77336; }
a { background-color: rgb(183,115,54); }
div.DivClassName
{
background-color: #B77336;
}
.BgClassName
{
background-color: #B77336;
}
</style>
border-color css
<style>
span { border-color: #B77336; }
span { border-color: rgb(183,115,54); }
td.TdClassName
{
border-color: #B77336;
}
.TagClassName
{
border-color: #B77336;
}
</style>