Shades of Sunglo #BB665A
Tints of Sunglo #BB665A
RGB
CMYK
RGB Variations
Color information
#BB665A (or 0xBB665A) is known color: Sunglo. HEX triplet: BB, 66 and 5A. RGB value is (187,102,90). Sum of RGB (Red+Green+Blue) = 187+102+90=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB665A is #4499A5. Grayscale: #7E7E7E. Windows color (decimal): -4495782 or 5924539. OLE color: 5924539.
HSL color Cylindrical-coordinate representation of color #BB665A: hue angle of 7.42º 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 #BB665A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 90 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.27 |
| HSL | 7.42º | 0.42% | 0.54% | - |
| HSV(B) | 7.42º | 0.52% | 0.73% | - |
| XYZ | 27.09 | 20.81 | 12.26 | - |
| YUV | 126.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 90 | 0 | 0.45 | 0.52 | 0.27 | 7.42 | 0.42 | 0.54 |
| Hex | BB | 66 | 5A | 0 | 2D | 34 | 1B | 7 | 2A | 36 |
| Octal | 273 | 146 | 132 | 0 | 55 | 64 | 33 | 7 | 52 | 66 |
| Binary | 10111011 | 1100110 | 1011010 | 0 | 101101 | 110100 | 11011 | 111 | 101010 | 110110 |
Color Harmonies of #BB665A
Complementary color
Monochromatic Colors of #BB665A
Black with #BB665A
Text Example
Text Example
White with #BB665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB665A; }
p { color: rgb(187,102,90); }
H1.HeaderClassName
{
color: #BB665A;
}
.AnyTagClassName
{
color: #BB665A;
}
</style>
background-color css
<style>
a { background-color: #BB665A; }
a { background-color: rgb(187,102,90); }
div.DivClassName
{
background-color: #BB665A;
}
.BgClassName
{
background-color: #BB665A;
}
</style>
border-color css
<style>
span { border-color: #BB665A; }
span { border-color: rgb(187,102,90); }
td.TdClassName
{
border-color: #BB665A;
}
.TagClassName
{
border-color: #BB665A;
}
</style>