Shades of Sunglo #BB6558
Tints of Sunglo #BB6558
RGB
CMYK
RGB Variations
Color information
#BB6558 (or 0xBB6558) is known color: Sunglo. HEX triplet: BB, 65 and 58. RGB value is (187,101,88). Sum of RGB (Red+Green+Blue) = 187+101+88=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6558 is #449AA7. Grayscale: #7D7D7D. Windows color (decimal): -4496040 or 5793211. OLE color: 5793211.
HSL color Cylindrical-coordinate representation of color #BB6558: hue angle of 7.88º 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 #BB6558 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 88 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.27 |
| HSL | 7.88º | 0.42% | 0.54% | - |
| HSV(B) | 7.88º | 0.53% | 0.73% | - |
| XYZ | 26.91 | 20.58 | 11.79 | - |
| YUV | 125.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 88 | 0 | 0.46 | 0.53 | 0.27 | 7.88 | 0.42 | 0.54 |
| Hex | BB | 65 | 58 | 0 | 2E | 35 | 1B | 8 | 2A | 36 |
| Octal | 273 | 145 | 130 | 0 | 56 | 65 | 33 | 10 | 52 | 66 |
| Binary | 10111011 | 1100101 | 1011000 | 0 | 101110 | 110101 | 11011 | 1000 | 101010 | 110110 |
Color Harmonies of #BB6558
Complementary color
Monochromatic Colors of #BB6558
Black with #BB6558
Text Example
Text Example
White with #BB6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6558; }
p { color: rgb(187,101,88); }
H1.HeaderClassName
{
color: #BB6558;
}
.AnyTagClassName
{
color: #BB6558;
}
</style>
background-color css
<style>
a { background-color: #BB6558; }
a { background-color: rgb(187,101,88); }
div.DivClassName
{
background-color: #BB6558;
}
.BgClassName
{
background-color: #BB6558;
}
</style>
border-color css
<style>
span { border-color: #BB6558; }
span { border-color: rgb(187,101,88); }
td.TdClassName
{
border-color: #BB6558;
}
.TagClassName
{
border-color: #BB6558;
}
</style>