Shades of Sunglo #BB625A
Tints of Sunglo #BB625A
RGB
CMYK
RGB Variations
Color information
#BB625A (or 0xBB625A) is known color: Sunglo. HEX triplet: BB, 62 and 5A. RGB value is (187,98,90). Sum of RGB (Red+Green+Blue) = 187+98+90=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB625A is #449DA5. Grayscale: #7B7B7B. Windows color (decimal): -4496806 or 5923515. OLE color: 5923515.
HSL color Cylindrical-coordinate representation of color #BB625A: hue angle of 4.95º 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 #BB625A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 98 | 90 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.27 |
| HSL | 4.95º | 0.42% | 0.54% | - |
| HSV(B) | 4.95º | 0.52% | 0.73% | - |
| XYZ | 26.71 | 20.04 | 12.13 | - |
| YUV | 123.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 90 | 0 | 0.48 | 0.52 | 0.27 | 4.95 | 0.42 | 0.54 |
| Hex | BB | 62 | 5A | 0 | 30 | 34 | 1B | 5 | 2A | 36 |
| Octal | 273 | 142 | 132 | 0 | 60 | 64 | 33 | 5 | 52 | 66 |
| Binary | 10111011 | 1100010 | 1011010 | 0 | 110000 | 110100 | 11011 | 101 | 101010 | 110110 |
Color Harmonies of #BB625A
Complementary color
Monochromatic Colors of #BB625A
Black with #BB625A
Text Example
Text Example
White with #BB625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB625A; }
p { color: rgb(187,98,90); }
H1.HeaderClassName
{
color: #BB625A;
}
.AnyTagClassName
{
color: #BB625A;
}
</style>
background-color css
<style>
a { background-color: #BB625A; }
a { background-color: rgb(187,98,90); }
div.DivClassName
{
background-color: #BB625A;
}
.BgClassName
{
background-color: #BB625A;
}
</style>
border-color css
<style>
span { border-color: #BB625A; }
span { border-color: rgb(187,98,90); }
td.TdClassName
{
border-color: #BB625A;
}
.TagClassName
{
border-color: #BB625A;
}
</style>