Shades of Sunglo #BB5E55
Tints of Sunglo #BB5E55
RGB
CMYK
RGB Variations
Color information
#BB5E55 (or 0xBB5E55) is known color: Sunglo. HEX triplet: BB, 5E and 55. RGB value is (187,94,85). Sum of RGB (Red+Green+Blue) = 187+94+85=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E55 is #44A1AA. Grayscale: #787878. Windows color (decimal): -4497835 or 5594811. OLE color: 5594811.
HSL color Cylindrical-coordinate representation of color #BB5E55: hue angle of 5.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5E55 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 85 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.27 |
| HSL | 5.29º | 0.43% | 0.53% | - |
| HSV(B) | 5.29º | 0.55% | 0.73% | - |
| XYZ | 26.14 | 19.23 | 10.93 | - |
| YUV | 120.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 85 | 0 | 0.50 | 0.55 | 0.27 | 5.29 | 0.43 | 0.53 |
| Hex | BB | 5E | 55 | 0 | 32 | 37 | 1B | 5 | 2B | 35 |
| Octal | 273 | 136 | 125 | 0 | 62 | 67 | 33 | 5 | 53 | 65 |
| Binary | 10111011 | 1011110 | 1010101 | 0 | 110010 | 110111 | 11011 | 101 | 101011 | 110101 |
Color Harmonies of #BB5E55
Complementary color
Monochromatic Colors of #BB5E55
Black with #BB5E55
Text Example
Text Example
White with #BB5E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E55; }
p { color: rgb(187,94,85); }
H1.HeaderClassName
{
color: #BB5E55;
}
.AnyTagClassName
{
color: #BB5E55;
}
</style>
background-color css
<style>
a { background-color: #BB5E55; }
a { background-color: rgb(187,94,85); }
div.DivClassName
{
background-color: #BB5E55;
}
.BgClassName
{
background-color: #BB5E55;
}
</style>
border-color css
<style>
span { border-color: #BB5E55; }
span { border-color: rgb(187,94,85); }
td.TdClassName
{
border-color: #BB5E55;
}
.TagClassName
{
border-color: #BB5E55;
}
</style>