Shades of Meteor #BB7738
Tints of Meteor #BB7738
RGB
CMYK
RGB Variations
Color information
#BB7738 (or 0xBB7738) is known color: Meteor. HEX triplet: BB, 77 and 38. RGB value is (187,119,56). Sum of RGB (Red+Green+Blue) = 187+119+56=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7738 is #4488C7. Grayscale: #848484. Windows color (decimal): -4491464 or 3700667. OLE color: 3700667.
HSL color Cylindrical-coordinate representation of color #BB7738: hue angle of 28.85º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB7738 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 56 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.27 |
| HSL | 28.85º | 0.54% | 0.48% | - |
| HSV(B) | 28.85º | 0.7% | 0.73% | - |
| XYZ | 27.8 | 24.04 | 6.92 | - |
| YUV | 132.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 56 | 0 | 0.36 | 0.70 | 0.27 | 28.85 | 0.54 | 0.48 |
| Hex | BB | 77 | 38 | 0 | 24 | 46 | 1B | 1D | 36 | 30 |
| Octal | 273 | 167 | 70 | 0 | 44 | 106 | 33 | 35 | 66 | 60 |
| Binary | 10111011 | 1110111 | 111000 | 0 | 100100 | 1000110 | 11011 | 11101 | 110110 | 110000 |
Color Harmonies of #BB7738
Complementary color
Monochromatic Colors of #BB7738
Black with #BB7738
Text Example
Text Example
White with #BB7738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7738; }
p { color: rgb(187,119,56); }
H1.HeaderClassName
{
color: #BB7738;
}
.AnyTagClassName
{
color: #BB7738;
}
</style>
background-color css
<style>
a { background-color: #BB7738; }
a { background-color: rgb(187,119,56); }
div.DivClassName
{
background-color: #BB7738;
}
.BgClassName
{
background-color: #BB7738;
}
</style>
border-color css
<style>
span { border-color: #BB7738; }
span { border-color: rgb(187,119,56); }
td.TdClassName
{
border-color: #BB7738;
}
.TagClassName
{
border-color: #BB7738;
}
</style>