Shades of Sunglo #BB5E57
Tints of Sunglo #BB5E57
RGB
CMYK
RGB Variations
Color information
#BB5E57 (or 0xBB5E57) is known color: Sunglo. HEX triplet: BB, 5E and 57. RGB value is (187,94,87). Sum of RGB (Red+Green+Blue) = 187+94+87=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E57 is #44A1A8. Grayscale: #797979. Windows color (decimal): -4497833 or 5725883. OLE color: 5725883.
HSL color Cylindrical-coordinate representation of color #BB5E57: hue angle of 4.2º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB5E57 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 87 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.27 |
| HSL | 4.2º | 0.42% | 0.54% | - |
| HSV(B) | 4.2º | 0.53% | 0.73% | - |
| XYZ | 26.22 | 19.26 | 11.35 | - |
| YUV | 121.01 | 108.81 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 87 | 0 | 0.50 | 0.53 | 0.27 | 4.2 | 0.42 | 0.54 |
| Hex | BB | 5E | 57 | 0 | 32 | 35 | 1B | 4 | 2A | 36 |
| Octal | 273 | 136 | 127 | 0 | 62 | 65 | 33 | 4 | 52 | 66 |
| Binary | 10111011 | 1011110 | 1010111 | 0 | 110010 | 110101 | 11011 | 100 | 101010 | 110110 |
Color Harmonies of #BB5E57
Complementary color
Monochromatic Colors of #BB5E57
Black with #BB5E57
Text Example
Text Example
White with #BB5E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E57; }
p { color: rgb(187,94,87); }
H1.HeaderClassName
{
color: #BB5E57;
}
.AnyTagClassName
{
color: #BB5E57;
}
</style>
background-color css
<style>
a { background-color: #BB5E57; }
a { background-color: rgb(187,94,87); }
div.DivClassName
{
background-color: #BB5E57;
}
.BgClassName
{
background-color: #BB5E57;
}
</style>
border-color css
<style>
span { border-color: #BB5E57; }
span { border-color: rgb(187,94,87); }
td.TdClassName
{
border-color: #BB5E57;
}
.TagClassName
{
border-color: #BB5E57;
}
</style>