Shades of Sunglo #BB645C
Tints of Sunglo #BB645C
RGB
CMYK
RGB Variations
Color information
#BB645C (or 0xBB645C) is known color: Sunglo. HEX triplet: BB, 64 and 5C. RGB value is (187,100,92). Sum of RGB (Red+Green+Blue) = 187+100+92=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB645C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB645C is #449BA3. Grayscale: #7D7D7D. Windows color (decimal): -4496292 or 6055099. OLE color: 6055099.
HSL color Cylindrical-coordinate representation of color #BB645C: hue angle of 5.05º 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 #BB645C is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 100 | 92 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.27 |
| HSL | 5.05º | 0.41% | 0.55% | - |
| HSV(B) | 5.05º | 0.51% | 0.73% | - |
| XYZ | 26.98 | 20.45 | 12.65 | - |
| YUV | 125.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 92 | 0 | 0.47 | 0.51 | 0.27 | 5.05 | 0.41 | 0.55 |
| Hex | BB | 64 | 5C | 0 | 2F | 33 | 1B | 5 | 29 | 37 |
| Octal | 273 | 144 | 134 | 0 | 57 | 63 | 33 | 5 | 51 | 67 |
| Binary | 10111011 | 1100100 | 1011100 | 0 | 101111 | 110011 | 11011 | 101 | 101001 | 110111 |
Color Harmonies of #BB645C
Complementary color
Monochromatic Colors of #BB645C
Black with #BB645C
Text Example
Text Example
White with #BB645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB645C; }
p { color: rgb(187,100,92); }
H1.HeaderClassName
{
color: #BB645C;
}
.AnyTagClassName
{
color: #BB645C;
}
</style>
background-color css
<style>
a { background-color: #BB645C; }
a { background-color: rgb(187,100,92); }
div.DivClassName
{
background-color: #BB645C;
}
.BgClassName
{
background-color: #BB645C;
}
</style>
border-color css
<style>
span { border-color: #BB645C; }
span { border-color: rgb(187,100,92); }
td.TdClassName
{
border-color: #BB645C;
}
.TagClassName
{
border-color: #BB645C;
}
</style>