Shades of Sunglo #BB6358
Tints of Sunglo #BB6358
RGB
CMYK
RGB Variations
Color information
#BB6358 (or 0xBB6358) is known color: Sunglo. HEX triplet: BB, 63 and 58. RGB value is (187,99,88). Sum of RGB (Red+Green+Blue) = 187+99+88=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6358 is #449CA7. Grayscale: #7C7C7C. Windows color (decimal): -4496552 or 5792699. OLE color: 5792699.
HSL color Cylindrical-coordinate representation of color #BB6358: hue angle of 6.67º 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 #BB6358 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 88 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.27 |
| HSL | 6.67º | 0.42% | 0.54% | - |
| HSV(B) | 6.67º | 0.53% | 0.73% | - |
| XYZ | 26.72 | 20.19 | 11.72 | - |
| YUV | 124.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 88 | 0 | 0.47 | 0.53 | 0.27 | 6.67 | 0.42 | 0.54 |
| Hex | BB | 63 | 58 | 0 | 2F | 35 | 1B | 7 | 2A | 36 |
| Octal | 273 | 143 | 130 | 0 | 57 | 65 | 33 | 7 | 52 | 66 |
| Binary | 10111011 | 1100011 | 1011000 | 0 | 101111 | 110101 | 11011 | 111 | 101010 | 110110 |
Color Harmonies of #BB6358
Complementary color
Monochromatic Colors of #BB6358
Black with #BB6358
Text Example
Text Example
White with #BB6358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6358; }
p { color: rgb(187,99,88); }
H1.HeaderClassName
{
color: #BB6358;
}
.AnyTagClassName
{
color: #BB6358;
}
</style>
background-color css
<style>
a { background-color: #BB6358; }
a { background-color: rgb(187,99,88); }
div.DivClassName
{
background-color: #BB6358;
}
.BgClassName
{
background-color: #BB6358;
}
</style>
border-color css
<style>
span { border-color: #BB6358; }
span { border-color: rgb(187,99,88); }
td.TdClassName
{
border-color: #BB6358;
}
.TagClassName
{
border-color: #BB6358;
}
</style>