Shades of Sunglo #BB6658
Tints of Sunglo #BB6658
RGB
CMYK
RGB Variations
Color information
#BB6658 (or 0xBB6658) is known color: Sunglo. HEX triplet: BB, 66 and 58. RGB value is (187,102,88). Sum of RGB (Red+Green+Blue) = 187+102+88=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6658 is #4499A7. Grayscale: #7D7D7D. Windows color (decimal): -4495784 or 5793467. OLE color: 5793467.
HSL color Cylindrical-coordinate representation of color #BB6658: hue angle of 8.48º 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 #BB6658 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 88 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.27 |
| HSL | 8.48º | 0.42% | 0.54% | - |
| HSV(B) | 8.48º | 0.53% | 0.73% | - |
| XYZ | 27.01 | 20.77 | 11.82 | - |
| YUV | 125.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 88 | 0 | 0.45 | 0.53 | 0.27 | 8.48 | 0.42 | 0.54 |
| Hex | BB | 66 | 58 | 0 | 2D | 35 | 1B | 8 | 2A | 36 |
| Octal | 273 | 146 | 130 | 0 | 55 | 65 | 33 | 10 | 52 | 66 |
| Binary | 10111011 | 1100110 | 1011000 | 0 | 101101 | 110101 | 11011 | 1000 | 101010 | 110110 |
Color Harmonies of #BB6658
Complementary color
Monochromatic Colors of #BB6658
Black with #BB6658
Text Example
Text Example
White with #BB6658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6658; }
p { color: rgb(187,102,88); }
H1.HeaderClassName
{
color: #BB6658;
}
.AnyTagClassName
{
color: #BB6658;
}
</style>
background-color css
<style>
a { background-color: #BB6658; }
a { background-color: rgb(187,102,88); }
div.DivClassName
{
background-color: #BB6658;
}
.BgClassName
{
background-color: #BB6658;
}
</style>
border-color css
<style>
span { border-color: #BB6658; }
span { border-color: rgb(187,102,88); }
td.TdClassName
{
border-color: #BB6658;
}
.TagClassName
{
border-color: #BB6658;
}
</style>