Shades of Sunglo #BB605C
Tints of Sunglo #BB605C
RGB
CMYK
RGB Variations
Color information
#BB605C (or 0xBB605C) is known color: Sunglo. HEX triplet: BB, 60 and 5C. RGB value is (187,96,92). Sum of RGB (Red+Green+Blue) = 187+96+92=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB605C is #449FA3. Grayscale: #7A7A7A. Windows color (decimal): -4497316 or 6054075. OLE color: 6054075.
HSL color Cylindrical-coordinate representation of color #BB605C: hue angle of 2.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB605C is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 92 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.27 |
| HSL | 2.53º | 0.41% | 0.55% | - |
| HSV(B) | 2.53º | 0.51% | 0.73% | - |
| XYZ | 26.61 | 19.7 | 12.53 | - |
| YUV | 122.75 | 110.65 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 92 | 0 | 0.49 | 0.51 | 0.27 | 2.53 | 0.41 | 0.55 |
| Hex | BB | 60 | 5C | 0 | 31 | 33 | 1B | 3 | 29 | 37 |
| Octal | 273 | 140 | 134 | 0 | 61 | 63 | 33 | 3 | 51 | 67 |
| Binary | 10111011 | 1100000 | 1011100 | 0 | 110001 | 110011 | 11011 | 11 | 101001 | 110111 |
Color Harmonies of #BB605C
Complementary color
Monochromatic Colors of #BB605C
Black with #BB605C
Text Example
Text Example
White with #BB605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB605C; }
p { color: rgb(187,96,92); }
H1.HeaderClassName
{
color: #BB605C;
}
.AnyTagClassName
{
color: #BB605C;
}
</style>
background-color css
<style>
a { background-color: #BB605C; }
a { background-color: rgb(187,96,92); }
div.DivClassName
{
background-color: #BB605C;
}
.BgClassName
{
background-color: #BB605C;
}
</style>
border-color css
<style>
span { border-color: #BB605C; }
span { border-color: rgb(187,96,92); }
td.TdClassName
{
border-color: #BB605C;
}
.TagClassName
{
border-color: #BB605C;
}
</style>