Shades of Meteor #B8753A
Tints of Meteor #B8753A
RGB
CMYK
RGB Variations
Color information
#B8753A (or 0xB8753A) is known color: Meteor. HEX triplet: B8, 75 and 3A. RGB value is (184,117,58). Sum of RGB (Red+Green+Blue) = 184+117+58=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8753A is #478AC5. Grayscale: #828282. Windows color (decimal): -4688582 or 3831224. OLE color: 3831224.
HSL color Cylindrical-coordinate representation of color #B8753A: hue angle of 28.1º 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 #B8753A is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 58 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.28 |
| HSL | 28.1º | 0.52% | 0.47% | - |
| HSV(B) | 28.1º | 0.68% | 0.72% | - |
| XYZ | 26.89 | 23.22 | 7.07 | - |
| YUV | 130.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 58 | 0 | 0.36 | 0.68 | 0.28 | 28.1 | 0.52 | 0.47 |
| Hex | B8 | 75 | 3A | 0 | 24 | 44 | 1C | 1C | 34 | 2F |
| Octal | 270 | 165 | 72 | 0 | 44 | 104 | 34 | 34 | 64 | 57 |
| Binary | 10111000 | 1110101 | 111010 | 0 | 100100 | 1000100 | 11100 | 11100 | 110100 | 101111 |
Color Harmonies of #B8753A
Complementary color
Monochromatic Colors of #B8753A
Black with #B8753A
Text Example
Text Example
White with #B8753A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8753A; }
p { color: rgb(184,117,58); }
H1.HeaderClassName
{
color: #B8753A;
}
.AnyTagClassName
{
color: #B8753A;
}
</style>
background-color css
<style>
a { background-color: #B8753A; }
a { background-color: rgb(184,117,58); }
div.DivClassName
{
background-color: #B8753A;
}
.BgClassName
{
background-color: #B8753A;
}
</style>
border-color css
<style>
span { border-color: #B8753A; }
span { border-color: rgb(184,117,58); }
td.TdClassName
{
border-color: #B8753A;
}
.TagClassName
{
border-color: #B8753A;
}
</style>