Shades of Meteor #BB7A32
Tints of Meteor #BB7A32
RGB
CMYK
RGB Variations
Color information
#BB7A32 (or 0xBB7A32) is known color: Meteor. HEX triplet: BB, 7A and 32. RGB value is (187,122,50). Sum of RGB (Red+Green+Blue) = 187+122+50=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7A32 is #4485CD. Grayscale: #858585. Windows color (decimal): -4490702 or 3308219. OLE color: 3308219.
HSL color Cylindrical-coordinate representation of color #BB7A32: hue angle of 31.53º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB7A32 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 50 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.27 |
| HSL | 31.53º | 0.58% | 0.46% | - |
| HSV(B) | 31.53º | 0.73% | 0.73% | - |
| XYZ | 28.03 | 24.71 | 6.31 | - |
| YUV | 133.23 | 81.03 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 50 | 0 | 0.35 | 0.73 | 0.27 | 31.53 | 0.58 | 0.46 |
| Hex | BB | 7A | 32 | 0 | 23 | 49 | 1B | 20 | 3A | 2E |
| Octal | 273 | 172 | 62 | 0 | 43 | 111 | 33 | 40 | 72 | 56 |
| Binary | 10111011 | 1111010 | 110010 | 0 | 100011 | 1001001 | 11011 | 100000 | 111010 | 101110 |
Color Harmonies of #BB7A32
Complementary color
Monochromatic Colors of #BB7A32
Black with #BB7A32
Text Example
Text Example
White with #BB7A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A32; }
p { color: rgb(187,122,50); }
H1.HeaderClassName
{
color: #BB7A32;
}
.AnyTagClassName
{
color: #BB7A32;
}
</style>
background-color css
<style>
a { background-color: #BB7A32; }
a { background-color: rgb(187,122,50); }
div.DivClassName
{
background-color: #BB7A32;
}
.BgClassName
{
background-color: #BB7A32;
}
</style>
border-color css
<style>
span { border-color: #BB7A32; }
span { border-color: rgb(187,122,50); }
td.TdClassName
{
border-color: #BB7A32;
}
.TagClassName
{
border-color: #BB7A32;
}
</style>