Shades of Meteor #B77339
Tints of Meteor #B77339
RGB
CMYK
RGB Variations
Color information
#B77339 (or 0xB77339) is known color: Meteor. HEX triplet: B7, 73 and 39. RGB value is (183,115,57). Sum of RGB (Red+Green+Blue) = 183+115+57=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B77339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77339 is #488CC6. Grayscale: #818181. Windows color (decimal): -4754631 or 3765175. OLE color: 3765175.
HSL color Cylindrical-coordinate representation of color #B77339: hue angle of 27.62º 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 #B77339 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 57 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.28 |
| HSL | 27.62º | 0.53% | 0.47% | - |
| HSV(B) | 27.62º | 0.69% | 0.72% | - |
| XYZ | 26.4 | 22.62 | 6.85 | - |
| YUV | 128.72 | 87.53 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 57 | 0 | 0.37 | 0.69 | 0.28 | 27.62 | 0.53 | 0.47 |
| Hex | B7 | 73 | 39 | 0 | 25 | 45 | 1C | 1C | 34 | 2F |
| Octal | 267 | 163 | 71 | 0 | 45 | 105 | 34 | 34 | 64 | 57 |
| Binary | 10110111 | 1110011 | 111001 | 0 | 100101 | 1000101 | 11100 | 11100 | 110100 | 101111 |
Color Harmonies of #B77339
Complementary color
Monochromatic Colors of #B77339
Black with #B77339
Text Example
Text Example
White with #B77339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77339; }
p { color: rgb(183,115,57); }
H1.HeaderClassName
{
color: #B77339;
}
.AnyTagClassName
{
color: #B77339;
}
</style>
background-color css
<style>
a { background-color: #B77339; }
a { background-color: rgb(183,115,57); }
div.DivClassName
{
background-color: #B77339;
}
.BgClassName
{
background-color: #B77339;
}
</style>
border-color css
<style>
span { border-color: #B77339; }
span { border-color: rgb(183,115,57); }
td.TdClassName
{
border-color: #B77339;
}
.TagClassName
{
border-color: #B77339;
}
</style>