Shades of Meteor #B77536
Tints of Meteor #B77536
RGB
CMYK
RGB Variations
Color information
#B77536 (or 0xB77536) is known color: Meteor. HEX triplet: B7, 75 and 36. RGB value is (183,117,54). Sum of RGB (Red+Green+Blue) = 183+117+54=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B77536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77536 is #488AC9. Grayscale: #818181. Windows color (decimal): -4754122 or 3569079. OLE color: 3569079.
HSL color Cylindrical-coordinate representation of color #B77536: hue angle of 29.3º 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 #B77536 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 54 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.28 |
| HSL | 29.3º | 0.54% | 0.46% | - |
| HSV(B) | 29.3º | 0.7% | 0.72% | - |
| XYZ | 26.56 | 23.06 | 6.54 | - |
| YUV | 129.55 | 85.37 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 54 | 0 | 0.36 | 0.70 | 0.28 | 29.3 | 0.54 | 0.46 |
| Hex | B7 | 75 | 36 | 0 | 24 | 46 | 1C | 1D | 36 | 2E |
| Octal | 267 | 165 | 66 | 0 | 44 | 106 | 34 | 35 | 66 | 56 |
| Binary | 10110111 | 1110101 | 110110 | 0 | 100100 | 1000110 | 11100 | 11101 | 110110 | 101110 |
Color Harmonies of #B77536
Complementary color
Monochromatic Colors of #B77536
Black with #B77536
Text Example
Text Example
White with #B77536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77536; }
p { color: rgb(183,117,54); }
H1.HeaderClassName
{
color: #B77536;
}
.AnyTagClassName
{
color: #B77536;
}
</style>
background-color css
<style>
a { background-color: #B77536; }
a { background-color: rgb(183,117,54); }
div.DivClassName
{
background-color: #B77536;
}
.BgClassName
{
background-color: #B77536;
}
</style>
border-color css
<style>
span { border-color: #B77536; }
span { border-color: rgb(183,117,54); }
td.TdClassName
{
border-color: #B77536;
}
.TagClassName
{
border-color: #B77536;
}
</style>