Shades of Sunglo #BB625E
Tints of Sunglo #BB625E
RGB
CMYK
RGB Variations
Color information
#BB625E (or 0xBB625E) is known color: Sunglo. HEX triplet: BB, 62 and 5E. RGB value is (187,98,94). Sum of RGB (Red+Green+Blue) = 187+98+94=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB625E is #449DA1. Grayscale: #7C7C7C. Windows color (decimal): -4496802 or 6185659. OLE color: 6185659.
HSL color Cylindrical-coordinate representation of color #BB625E: hue angle of 2.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB625E is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 98 | 94 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.27 |
| HSL | 2.58º | 0.41% | 0.55% | - |
| HSV(B) | 2.58º | 0.5% | 0.73% | - |
| XYZ | 26.88 | 20.11 | 13.05 | - |
| YUV | 124.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 94 | 0 | 0.48 | 0.50 | 0.27 | 2.58 | 0.41 | 0.55 |
| Hex | BB | 62 | 5E | 0 | 30 | 32 | 1B | 3 | 29 | 37 |
| Octal | 273 | 142 | 136 | 0 | 60 | 62 | 33 | 3 | 51 | 67 |
| Binary | 10111011 | 1100010 | 1011110 | 0 | 110000 | 110010 | 11011 | 11 | 101001 | 110111 |
Color Harmonies of #BB625E
Complementary color
Monochromatic Colors of #BB625E
Black with #BB625E
Text Example
Text Example
White with #BB625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB625E; }
p { color: rgb(187,98,94); }
H1.HeaderClassName
{
color: #BB625E;
}
.AnyTagClassName
{
color: #BB625E;
}
</style>
background-color css
<style>
a { background-color: #BB625E; }
a { background-color: rgb(187,98,94); }
div.DivClassName
{
background-color: #BB625E;
}
.BgClassName
{
background-color: #BB625E;
}
</style>
border-color css
<style>
span { border-color: #BB625E; }
span { border-color: rgb(187,98,94); }
td.TdClassName
{
border-color: #BB625E;
}
.TagClassName
{
border-color: #BB625E;
}
</style>