Shades of Meteor #B77635
Tints of Meteor #B77635
RGB
CMYK
RGB Variations
Color information
#B77635 (or 0xB77635) is known color: Meteor. HEX triplet: B7, 76 and 35. RGB value is (183,118,53). Sum of RGB (Red+Green+Blue) = 183+118+53=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B77635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77635 is #4889CA. Grayscale: #828282. Windows color (decimal): -4753867 or 3503799. OLE color: 3503799.
HSL color Cylindrical-coordinate representation of color #B77635: hue angle of 30º 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 #B77635 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 53 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.28 |
| HSL | 30º | 0.55% | 0.46% | - |
| HSV(B) | 30º | 0.71% | 0.72% | - |
| XYZ | 26.65 | 23.28 | 6.46 | - |
| YUV | 130.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 53 | 0 | 0.36 | 0.71 | 0.28 | 30 | 0.55 | 0.46 |
| Hex | B7 | 76 | 35 | 0 | 24 | 47 | 1C | 1E | 37 | 2E |
| Octal | 267 | 166 | 65 | 0 | 44 | 107 | 34 | 36 | 67 | 56 |
| Binary | 10110111 | 1110110 | 110101 | 0 | 100100 | 1000111 | 11100 | 11110 | 110111 | 101110 |
Color Harmonies of #B77635
Complementary color
Monochromatic Colors of #B77635
Black with #B77635
Text Example
Text Example
White with #B77635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77635; }
p { color: rgb(183,118,53); }
H1.HeaderClassName
{
color: #B77635;
}
.AnyTagClassName
{
color: #B77635;
}
</style>
background-color css
<style>
a { background-color: #B77635; }
a { background-color: rgb(183,118,53); }
div.DivClassName
{
background-color: #B77635;
}
.BgClassName
{
background-color: #B77635;
}
</style>
border-color css
<style>
span { border-color: #B77635; }
span { border-color: rgb(183,118,53); }
td.TdClassName
{
border-color: #B77635;
}
.TagClassName
{
border-color: #B77635;
}
</style>