Shades of Meteor #BB7633
Tints of Meteor #BB7633
RGB
CMYK
RGB Variations
Color information
#BB7633 (or 0xBB7633) is known color: Meteor. HEX triplet: BB, 76 and 33. RGB value is (187,118,51). Sum of RGB (Red+Green+Blue) = 187+118+51=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7633 is #4489CC. Grayscale: #838383. Windows color (decimal): -4491725 or 3372731. OLE color: 3372731.
HSL color Cylindrical-coordinate representation of color #BB7633: hue angle of 29.56º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB7633 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 118 | 51 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.27 |
| HSL | 29.56º | 0.57% | 0.47% | - |
| HSV(B) | 29.56º | 0.73% | 0.73% | - |
| XYZ | 27.57 | 23.76 | 6.27 | - |
| YUV | 130.99 | 82.86 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 51 | 0 | 0.37 | 0.73 | 0.27 | 29.56 | 0.57 | 0.47 |
| Hex | BB | 76 | 33 | 0 | 25 | 49 | 1B | 1E | 39 | 2F |
| Octal | 273 | 166 | 63 | 0 | 45 | 111 | 33 | 36 | 71 | 57 |
| Binary | 10111011 | 1110110 | 110011 | 0 | 100101 | 1001001 | 11011 | 11110 | 111001 | 101111 |
Color Harmonies of #BB7633
Complementary color
Monochromatic Colors of #BB7633
Black with #BB7633
Text Example
Text Example
White with #BB7633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7633; }
p { color: rgb(187,118,51); }
H1.HeaderClassName
{
color: #BB7633;
}
.AnyTagClassName
{
color: #BB7633;
}
</style>
background-color css
<style>
a { background-color: #BB7633; }
a { background-color: rgb(187,118,51); }
div.DivClassName
{
background-color: #BB7633;
}
.BgClassName
{
background-color: #BB7633;
}
</style>
border-color css
<style>
span { border-color: #BB7633; }
span { border-color: rgb(187,118,51); }
td.TdClassName
{
border-color: #BB7633;
}
.TagClassName
{
border-color: #BB7633;
}
</style>