Shades of Meteor #B8773A
Tints of Meteor #B8773A
RGB
CMYK
RGB Variations
Color information
#B8773A (or 0xB8773A) is known color: Meteor. HEX triplet: B8, 77 and 3A. RGB value is (184,119,58). Sum of RGB (Red+Green+Blue) = 184+119+58=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8773A is #4788C5. Grayscale: #838383. Windows color (decimal): -4688070 or 3831736. OLE color: 3831736.
HSL color Cylindrical-coordinate representation of color #B8773A: hue angle of 29.05º degrees, saturation: 0.52, 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 #B8773A is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 58 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.28 |
| HSL | 29.05º | 0.52% | 0.47% | - |
| HSV(B) | 29.05º | 0.68% | 0.72% | - |
| XYZ | 27.13 | 23.69 | 7.15 | - |
| YUV | 131.48 | 86.53 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 58 | 0 | 0.35 | 0.68 | 0.28 | 29.05 | 0.52 | 0.47 |
| Hex | B8 | 77 | 3A | 0 | 23 | 44 | 1C | 1D | 34 | 2F |
| Octal | 270 | 167 | 72 | 0 | 43 | 104 | 34 | 35 | 64 | 57 |
| Binary | 10111000 | 1110111 | 111010 | 0 | 100011 | 1000100 | 11100 | 11101 | 110100 | 101111 |
Color Harmonies of #B8773A
Complementary color
Monochromatic Colors of #B8773A
Black with #B8773A
Text Example
Text Example
White with #B8773A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8773A; }
p { color: rgb(184,119,58); }
H1.HeaderClassName
{
color: #B8773A;
}
.AnyTagClassName
{
color: #B8773A;
}
</style>
background-color css
<style>
a { background-color: #B8773A; }
a { background-color: rgb(184,119,58); }
div.DivClassName
{
background-color: #B8773A;
}
.BgClassName
{
background-color: #B8773A;
}
</style>
border-color css
<style>
span { border-color: #B8773A; }
span { border-color: rgb(184,119,58); }
td.TdClassName
{
border-color: #B8773A;
}
.TagClassName
{
border-color: #B8773A;
}
</style>