Shades of Meteor #BB7A37
Tints of Meteor #BB7A37
RGB
CMYK
RGB Variations
Color information
#BB7A37 (or 0xBB7A37) is known color: Meteor. HEX triplet: BB, 7A and 37. RGB value is (187,122,55). Sum of RGB (Red+Green+Blue) = 187+122+55=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7A37 is #4485C8. Grayscale: #868686. Windows color (decimal): -4490697 or 3635899. OLE color: 3635899.
HSL color Cylindrical-coordinate representation of color #BB7A37: hue angle of 30.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB7A37 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 55 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.27 |
| HSL | 30.45º | 0.55% | 0.47% | - |
| HSV(B) | 30.45º | 0.71% | 0.73% | - |
| XYZ | 28.14 | 24.76 | 6.91 | - |
| YUV | 133.8 | 83.53 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 55 | 0 | 0.35 | 0.71 | 0.27 | 30.45 | 0.55 | 0.47 |
| Hex | BB | 7A | 37 | 0 | 23 | 47 | 1B | 1E | 37 | 2F |
| Octal | 273 | 172 | 67 | 0 | 43 | 107 | 33 | 36 | 67 | 57 |
| Binary | 10111011 | 1111010 | 110111 | 0 | 100011 | 1000111 | 11011 | 11110 | 110111 | 101111 |
Color Harmonies of #BB7A37
Complementary color
Monochromatic Colors of #BB7A37
Black with #BB7A37
Text Example
Text Example
White with #BB7A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A37; }
p { color: rgb(187,122,55); }
H1.HeaderClassName
{
color: #BB7A37;
}
.AnyTagClassName
{
color: #BB7A37;
}
</style>
background-color css
<style>
a { background-color: #BB7A37; }
a { background-color: rgb(187,122,55); }
div.DivClassName
{
background-color: #BB7A37;
}
.BgClassName
{
background-color: #BB7A37;
}
</style>
border-color css
<style>
span { border-color: #BB7A37; }
span { border-color: rgb(187,122,55); }
td.TdClassName
{
border-color: #BB7A37;
}
.TagClassName
{
border-color: #BB7A37;
}
</style>