Shades of Meteor #B7773B
Tints of Meteor #B7773B
RGB
CMYK
RGB Variations
Color information
#B7773B (or 0xB7773B) is known color: Meteor. HEX triplet: B7, 77 and 3B. RGB value is (183,119,59). Sum of RGB (Red+Green+Blue) = 183+119+59=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7773B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7773B is #4888C4. Grayscale: #838383. Windows color (decimal): -4753605 or 3897271. OLE color: 3897271.
HSL color Cylindrical-coordinate representation of color #B7773B: hue angle of 29.03º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7773B is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 59 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.28 |
| HSL | 29.03º | 0.51% | 0.47% | - |
| HSV(B) | 29.03º | 0.68% | 0.72% | - |
| XYZ | 26.91 | 23.58 | 7.27 | - |
| YUV | 131.3 | 87.2 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 59 | 0 | 0.35 | 0.68 | 0.28 | 29.03 | 0.51 | 0.47 |
| Hex | B7 | 77 | 3B | 0 | 23 | 44 | 1C | 1D | 33 | 2F |
| Octal | 267 | 167 | 73 | 0 | 43 | 104 | 34 | 35 | 63 | 57 |
| Binary | 10110111 | 1110111 | 111011 | 0 | 100011 | 1000100 | 11100 | 11101 | 110011 | 101111 |
Color Harmonies of #B7773B
Complementary color
Monochromatic Colors of #B7773B
Black with #B7773B
Text Example
Text Example
White with #B7773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7773B; }
p { color: rgb(183,119,59); }
H1.HeaderClassName
{
color: #B7773B;
}
.AnyTagClassName
{
color: #B7773B;
}
</style>
background-color css
<style>
a { background-color: #B7773B; }
a { background-color: rgb(183,119,59); }
div.DivClassName
{
background-color: #B7773B;
}
.BgClassName
{
background-color: #B7773B;
}
</style>
border-color css
<style>
span { border-color: #B7773B; }
span { border-color: rgb(183,119,59); }
td.TdClassName
{
border-color: #B7773B;
}
.TagClassName
{
border-color: #B7773B;
}
</style>