Shades of Sunglo #BB6955
Tints of Sunglo #BB6955
RGB
CMYK
RGB Variations
Color information
#BB6955 (or 0xBB6955) is known color: Sunglo. HEX triplet: BB, 69 and 55. RGB value is (187,105,85). Sum of RGB (Red+Green+Blue) = 187+105+85=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6955 is #4496AA. Grayscale: #7F7F7F. Windows color (decimal): -4495019 or 5597627. OLE color: 5597627.
HSL color Cylindrical-coordinate representation of color #BB6955: hue angle of 11.76º 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 #BB6955 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 105 | 85 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.27 |
| HSL | 11.76º | 0.43% | 0.53% | - |
| HSV(B) | 11.76º | 0.55% | 0.73% | - |
| XYZ | 27.18 | 21.32 | 11.28 | - |
| YUV | 127.24 | 104.17 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 85 | 0 | 0.44 | 0.55 | 0.27 | 11.76 | 0.43 | 0.53 |
| Hex | BB | 69 | 55 | 0 | 2C | 37 | 1B | C | 2B | 35 |
| Octal | 273 | 151 | 125 | 0 | 54 | 67 | 33 | 14 | 53 | 65 |
| Binary | 10111011 | 1101001 | 1010101 | 0 | 101100 | 110111 | 11011 | 1100 | 101011 | 110101 |
Color Harmonies of #BB6955
Complementary color
Monochromatic Colors of #BB6955
Black with #BB6955
Text Example
Text Example
White with #BB6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6955; }
p { color: rgb(187,105,85); }
H1.HeaderClassName
{
color: #BB6955;
}
.AnyTagClassName
{
color: #BB6955;
}
</style>
background-color css
<style>
a { background-color: #BB6955; }
a { background-color: rgb(187,105,85); }
div.DivClassName
{
background-color: #BB6955;
}
.BgClassName
{
background-color: #BB6955;
}
</style>
border-color css
<style>
span { border-color: #BB6955; }
span { border-color: rgb(187,105,85); }
td.TdClassName
{
border-color: #BB6955;
}
.TagClassName
{
border-color: #BB6955;
}
</style>