Shades of Meteor #B77839
Tints of Meteor #B77839
RGB
CMYK
RGB Variations
Color information
#B77839 (or 0xB77839) is known color: Meteor. HEX triplet: B7, 78 and 39. RGB value is (183,120,57). Sum of RGB (Red+Green+Blue) = 183+120+57=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B77839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77839 is #4887C6. Grayscale: #838383. Windows color (decimal): -4753351 or 3766455. OLE color: 3766455.
HSL color Cylindrical-coordinate representation of color #B77839: hue angle of 30º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B77839 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 57 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.28 |
| HSL | 30º | 0.53% | 0.47% | - |
| HSV(B) | 30º | 0.69% | 0.72% | - |
| XYZ | 26.98 | 23.8 | 7.04 | - |
| YUV | 131.66 | 85.87 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 57 | 0 | 0.34 | 0.69 | 0.28 | 30 | 0.53 | 0.47 |
| Hex | B7 | 78 | 39 | 0 | 22 | 45 | 1C | 1E | 34 | 2F |
| Octal | 267 | 170 | 71 | 0 | 42 | 105 | 34 | 36 | 64 | 57 |
| Binary | 10110111 | 1111000 | 111001 | 0 | 100010 | 1000101 | 11100 | 11110 | 110100 | 101111 |
Color Harmonies of #B77839
Complementary color
Monochromatic Colors of #B77839
Black with #B77839
Text Example
Text Example
White with #B77839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77839; }
p { color: rgb(183,120,57); }
H1.HeaderClassName
{
color: #B77839;
}
.AnyTagClassName
{
color: #B77839;
}
</style>
background-color css
<style>
a { background-color: #B77839; }
a { background-color: rgb(183,120,57); }
div.DivClassName
{
background-color: #B77839;
}
.BgClassName
{
background-color: #B77839;
}
</style>
border-color css
<style>
span { border-color: #B77839; }
span { border-color: rgb(183,120,57); }
td.TdClassName
{
border-color: #B77839;
}
.TagClassName
{
border-color: #B77839;
}
</style>