Shades of Meteor #B77439
Tints of Meteor #B77439
RGB
CMYK
RGB Variations
Color information
#B77439 (or 0xB77439) is known color: Meteor. HEX triplet: B7, 74 and 39. RGB value is (183,116,57). Sum of RGB (Red+Green+Blue) = 183+116+57=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B77439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77439 is #488BC6. Grayscale: #818181. Windows color (decimal): -4754375 or 3765431. OLE color: 3765431.
HSL color Cylindrical-coordinate representation of color #B77439: hue angle of 28.1º 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 #B77439 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 57 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.28 |
| HSL | 28.1º | 0.53% | 0.47% | - |
| HSV(B) | 28.1º | 0.69% | 0.72% | - |
| XYZ | 26.51 | 22.85 | 6.88 | - |
| YUV | 129.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 57 | 0 | 0.37 | 0.69 | 0.28 | 28.1 | 0.53 | 0.47 |
| Hex | B7 | 74 | 39 | 0 | 25 | 45 | 1C | 1C | 34 | 2F |
| Octal | 267 | 164 | 71 | 0 | 45 | 105 | 34 | 34 | 64 | 57 |
| Binary | 10110111 | 1110100 | 111001 | 0 | 100101 | 1000101 | 11100 | 11100 | 110100 | 101111 |
Color Harmonies of #B77439
Complementary color
Monochromatic Colors of #B77439
Black with #B77439
Text Example
Text Example
White with #B77439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77439; }
p { color: rgb(183,116,57); }
H1.HeaderClassName
{
color: #B77439;
}
.AnyTagClassName
{
color: #B77439;
}
</style>
background-color css
<style>
a { background-color: #B77439; }
a { background-color: rgb(183,116,57); }
div.DivClassName
{
background-color: #B77439;
}
.BgClassName
{
background-color: #B77439;
}
</style>
border-color css
<style>
span { border-color: #B77439; }
span { border-color: rgb(183,116,57); }
td.TdClassName
{
border-color: #B77439;
}
.TagClassName
{
border-color: #B77439;
}
</style>