Shades of Sunglo #BB625C
Tints of Sunglo #BB625C
RGB
CMYK
RGB Variations
Color information
#BB625C (or 0xBB625C) is known color: Sunglo. HEX triplet: BB, 62 and 5C. RGB value is (187,98,92). Sum of RGB (Red+Green+Blue) = 187+98+92=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB625C is #449DA3. Grayscale: #7C7C7C. Windows color (decimal): -4496804 or 6054587. OLE color: 6054587.
HSL color Cylindrical-coordinate representation of color #BB625C: hue angle of 3.79º 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 #BB625C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 98 | 92 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.27 |
| HSL | 3.79º | 0.41% | 0.55% | - |
| HSV(B) | 3.79º | 0.51% | 0.73% | - |
| XYZ | 26.79 | 20.07 | 12.59 | - |
| YUV | 123.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 92 | 0 | 0.48 | 0.51 | 0.27 | 3.79 | 0.41 | 0.55 |
| Hex | BB | 62 | 5C | 0 | 30 | 33 | 1B | 4 | 29 | 37 |
| Octal | 273 | 142 | 134 | 0 | 60 | 63 | 33 | 4 | 51 | 67 |
| Binary | 10111011 | 1100010 | 1011100 | 0 | 110000 | 110011 | 11011 | 100 | 101001 | 110111 |
Color Harmonies of #BB625C
Complementary color
Monochromatic Colors of #BB625C
Black with #BB625C
Text Example
Text Example
White with #BB625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB625C; }
p { color: rgb(187,98,92); }
H1.HeaderClassName
{
color: #BB625C;
}
.AnyTagClassName
{
color: #BB625C;
}
</style>
background-color css
<style>
a { background-color: #BB625C; }
a { background-color: rgb(187,98,92); }
div.DivClassName
{
background-color: #BB625C;
}
.BgClassName
{
background-color: #BB625C;
}
</style>
border-color css
<style>
span { border-color: #BB625C; }
span { border-color: rgb(187,98,92); }
td.TdClassName
{
border-color: #BB625C;
}
.TagClassName
{
border-color: #BB625C;
}
</style>