Shades of Sunglo #BC625B
Tints of Sunglo #BC625B
RGB
CMYK
RGB Variations
Color information
#BC625B (or 0xBC625B) is known color: Sunglo. HEX triplet: BC, 62 and 5B. RGB value is (188,98,91). Sum of RGB (Red+Green+Blue) = 188+98+91=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC625B is #439DA4. Grayscale: #7C7C7C. Windows color (decimal): -4431269 or 5989052. OLE color: 5989052.
HSL color Cylindrical-coordinate representation of color #BC625B: hue angle of 4.33º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC625B is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 91 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.26 |
| HSL | 4.33º | 0.42% | 0.55% | - |
| HSV(B) | 4.33º | 0.52% | 0.74% | - |
| XYZ | 27 | 20.18 | 12.37 | - |
| YUV | 124.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 91 | 0 | 0.48 | 0.52 | 0.26 | 4.33 | 0.42 | 0.55 |
| Hex | BC | 62 | 5B | 0 | 30 | 34 | 1A | 4 | 2A | 37 |
| Octal | 274 | 142 | 133 | 0 | 60 | 64 | 32 | 4 | 52 | 67 |
| Binary | 10111100 | 1100010 | 1011011 | 0 | 110000 | 110100 | 11010 | 100 | 101010 | 110111 |
Color Harmonies of #BC625B
Complementary color
Monochromatic Colors of #BC625B
Black with #BC625B
Text Example
Text Example
White with #BC625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC625B; }
p { color: rgb(188,98,91); }
H1.HeaderClassName
{
color: #BC625B;
}
.AnyTagClassName
{
color: #BC625B;
}
</style>
background-color css
<style>
a { background-color: #BC625B; }
a { background-color: rgb(188,98,91); }
div.DivClassName
{
background-color: #BC625B;
}
.BgClassName
{
background-color: #BC625B;
}
</style>
border-color css
<style>
span { border-color: #BC625B; }
span { border-color: rgb(188,98,91); }
td.TdClassName
{
border-color: #BC625B;
}
.TagClassName
{
border-color: #BC625B;
}
</style>