Shades of Sunglo #BB6355
Tints of Sunglo #BB6355
RGB
CMYK
RGB Variations
Color information
#BB6355 (or 0xBB6355) is known color: Sunglo. HEX triplet: BB, 63 and 55. RGB value is (187,99,85). Sum of RGB (Red+Green+Blue) = 187+99+85=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6355 is #449CAA. Grayscale: #7B7B7B. Windows color (decimal): -4496555 or 5596091. OLE color: 5596091.
HSL color Cylindrical-coordinate representation of color #BB6355: hue angle of 8.24º 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 #BB6355 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 85 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.27 |
| HSL | 8.24º | 0.43% | 0.53% | - |
| HSV(B) | 8.24º | 0.55% | 0.73% | - |
| XYZ | 26.6 | 20.14 | 11.08 | - |
| YUV | 123.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 85 | 0 | 0.47 | 0.55 | 0.27 | 8.24 | 0.43 | 0.53 |
| Hex | BB | 63 | 55 | 0 | 2F | 37 | 1B | 8 | 2B | 35 |
| Octal | 273 | 143 | 125 | 0 | 57 | 67 | 33 | 10 | 53 | 65 |
| Binary | 10111011 | 1100011 | 1010101 | 0 | 101111 | 110111 | 11011 | 1000 | 101011 | 110101 |
Color Harmonies of #BB6355
Complementary color
Monochromatic Colors of #BB6355
Black with #BB6355
Text Example
Text Example
White with #BB6355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6355; }
p { color: rgb(187,99,85); }
H1.HeaderClassName
{
color: #BB6355;
}
.AnyTagClassName
{
color: #BB6355;
}
</style>
background-color css
<style>
a { background-color: #BB6355; }
a { background-color: rgb(187,99,85); }
div.DivClassName
{
background-color: #BB6355;
}
.BgClassName
{
background-color: #BB6355;
}
</style>
border-color css
<style>
span { border-color: #BB6355; }
span { border-color: rgb(187,99,85); }
td.TdClassName
{
border-color: #BB6355;
}
.TagClassName
{
border-color: #BB6355;
}
</style>