Shades of Meteor #B9732C
Tints of Meteor #B9732C
RGB
CMYK
RGB Variations
Color information
#B9732C (or 0xB9732C) is known color: Meteor. HEX triplet: B9, 73 and 2C. RGB value is (185,115,44). Sum of RGB (Red+Green+Blue) = 185+115+44=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9732C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9732C is #468CD3. Grayscale: #808080. Windows color (decimal): -4623572 or 2913209. OLE color: 2913209.
HSL color Cylindrical-coordinate representation of color #B9732C: hue angle of 30.21º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9732C is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 44 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.27 |
| HSL | 30.21º | 0.62% | 0.45% | - |
| HSV(B) | 30.21º | 0.76% | 0.73% | - |
| XYZ | 26.59 | 22.76 | 5.37 | - |
| YUV | 127.84 | 80.69 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 44 | 0 | 0.38 | 0.76 | 0.27 | 30.21 | 0.62 | 0.45 |
| Hex | B9 | 73 | 2C | 0 | 26 | 4C | 1B | 1E | 3E | 2D |
| Octal | 271 | 163 | 54 | 0 | 46 | 114 | 33 | 36 | 76 | 55 |
| Binary | 10111001 | 1110011 | 101100 | 0 | 100110 | 1001100 | 11011 | 11110 | 111110 | 101101 |
Color Harmonies of #B9732C
Complementary color
Monochromatic Colors of #B9732C
Black with #B9732C
Text Example
Text Example
White with #B9732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9732C; }
p { color: rgb(185,115,44); }
H1.HeaderClassName
{
color: #B9732C;
}
.AnyTagClassName
{
color: #B9732C;
}
</style>
background-color css
<style>
a { background-color: #B9732C; }
a { background-color: rgb(185,115,44); }
div.DivClassName
{
background-color: #B9732C;
}
.BgClassName
{
background-color: #B9732C;
}
</style>
border-color css
<style>
span { border-color: #B9732C; }
span { border-color: rgb(185,115,44); }
td.TdClassName
{
border-color: #B9732C;
}
.TagClassName
{
border-color: #B9732C;
}
</style>