Shades of Meteor #B9753A
Tints of Meteor #B9753A
RGB
CMYK
RGB Variations
Color information
#B9753A (or 0xB9753A) is known color: Meteor. HEX triplet: B9, 75 and 3A. RGB value is (185,117,58). Sum of RGB (Red+Green+Blue) = 185+117+58=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9753A is #468AC5. Grayscale: #828282. Windows color (decimal): -4623046 or 3831225. OLE color: 3831225.
HSL color Cylindrical-coordinate representation of color #B9753A: hue angle of 27.87º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9753A is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 58 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.27 |
| HSL | 27.87º | 0.52% | 0.48% | - |
| HSV(B) | 27.87º | 0.69% | 0.73% | - |
| XYZ | 27.13 | 23.34 | 7.08 | - |
| YUV | 130.61 | 87.03 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 58 | 0 | 0.37 | 0.69 | 0.27 | 27.87 | 0.52 | 0.48 |
| Hex | B9 | 75 | 3A | 0 | 25 | 45 | 1B | 1C | 34 | 30 |
| Octal | 271 | 165 | 72 | 0 | 45 | 105 | 33 | 34 | 64 | 60 |
| Binary | 10111001 | 1110101 | 111010 | 0 | 100101 | 1000101 | 11011 | 11100 | 110100 | 110000 |
Color Harmonies of #B9753A
Complementary color
Monochromatic Colors of #B9753A
Black with #B9753A
Text Example
Text Example
White with #B9753A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9753A; }
p { color: rgb(185,117,58); }
H1.HeaderClassName
{
color: #B9753A;
}
.AnyTagClassName
{
color: #B9753A;
}
</style>
background-color css
<style>
a { background-color: #B9753A; }
a { background-color: rgb(185,117,58); }
div.DivClassName
{
background-color: #B9753A;
}
.BgClassName
{
background-color: #B9753A;
}
</style>
border-color css
<style>
span { border-color: #B9753A; }
span { border-color: rgb(185,117,58); }
td.TdClassName
{
border-color: #B9753A;
}
.TagClassName
{
border-color: #B9753A;
}
</style>