Shades of Sunglo #BB6359
Tints of Sunglo #BB6359
RGB
CMYK
RGB Variations
Color information
#BB6359 (or 0xBB6359) is known color: Sunglo. HEX triplet: BB, 63 and 59. RGB value is (187,99,89). Sum of RGB (Red+Green+Blue) = 187+99+89=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6359 is #449CA6. Grayscale: #7C7C7C. Windows color (decimal): -4496551 or 5858235. OLE color: 5858235.
HSL color Cylindrical-coordinate representation of color #BB6359: hue angle of 6.12º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB6359 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 89 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.27 |
| HSL | 6.12º | 0.42% | 0.54% | - |
| HSV(B) | 6.12º | 0.52% | 0.73% | - |
| XYZ | 26.76 | 20.21 | 11.94 | - |
| YUV | 124.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 89 | 0 | 0.47 | 0.52 | 0.27 | 6.12 | 0.42 | 0.54 |
| Hex | BB | 63 | 59 | 0 | 2F | 34 | 1B | 6 | 2A | 36 |
| Octal | 273 | 143 | 131 | 0 | 57 | 64 | 33 | 6 | 52 | 66 |
| Binary | 10111011 | 1100011 | 1011001 | 0 | 101111 | 110100 | 11011 | 110 | 101010 | 110110 |
Color Harmonies of #BB6359
Complementary color
Monochromatic Colors of #BB6359
Black with #BB6359
Text Example
Text Example
White with #BB6359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6359; }
p { color: rgb(187,99,89); }
H1.HeaderClassName
{
color: #BB6359;
}
.AnyTagClassName
{
color: #BB6359;
}
</style>
background-color css
<style>
a { background-color: #BB6359; }
a { background-color: rgb(187,99,89); }
div.DivClassName
{
background-color: #BB6359;
}
.BgClassName
{
background-color: #BB6359;
}
</style>
border-color css
<style>
span { border-color: #BB6359; }
span { border-color: rgb(187,99,89); }
td.TdClassName
{
border-color: #BB6359;
}
.TagClassName
{
border-color: #BB6359;
}
</style>