Shades of Meteor #B77538
Tints of Meteor #B77538
RGB
CMYK
RGB Variations
Color information
#B77538 (or 0xB77538) is known color: Meteor. HEX triplet: B7, 75 and 38. RGB value is (183,117,56). Sum of RGB (Red+Green+Blue) = 183+117+56=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B77538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77538 is #488AC7. Grayscale: #828282. Windows color (decimal): -4754120 or 3700151. OLE color: 3700151.
HSL color Cylindrical-coordinate representation of color #B77538: hue angle of 28.82º degrees, saturation: 0.53, 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 #B77538 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 56 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.28 |
| HSL | 28.82º | 0.53% | 0.47% | - |
| HSV(B) | 28.82º | 0.69% | 0.72% | - |
| XYZ | 26.6 | 23.08 | 6.79 | - |
| YUV | 129.78 | 86.37 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 56 | 0 | 0.36 | 0.69 | 0.28 | 28.82 | 0.53 | 0.47 |
| Hex | B7 | 75 | 38 | 0 | 24 | 45 | 1C | 1D | 35 | 2F |
| Octal | 267 | 165 | 70 | 0 | 44 | 105 | 34 | 35 | 65 | 57 |
| Binary | 10110111 | 1110101 | 111000 | 0 | 100100 | 1000101 | 11100 | 11101 | 110101 | 101111 |
Color Harmonies of #B77538
Complementary color
Monochromatic Colors of #B77538
Black with #B77538
Text Example
Text Example
White with #B77538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77538; }
p { color: rgb(183,117,56); }
H1.HeaderClassName
{
color: #B77538;
}
.AnyTagClassName
{
color: #B77538;
}
</style>
background-color css
<style>
a { background-color: #B77538; }
a { background-color: rgb(183,117,56); }
div.DivClassName
{
background-color: #B77538;
}
.BgClassName
{
background-color: #B77538;
}
</style>
border-color css
<style>
span { border-color: #B77538; }
span { border-color: rgb(183,117,56); }
td.TdClassName
{
border-color: #B77538;
}
.TagClassName
{
border-color: #B77538;
}
</style>