Shades of Sunglo #BC605B
Tints of Sunglo #BC605B
RGB
CMYK
RGB Variations
Color information
#BC605B (or 0xBC605B) is known color: Sunglo. HEX triplet: BC, 60 and 5B. RGB value is (188,96,91). Sum of RGB (Red+Green+Blue) = 188+96+91=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC605B is #439FA4. Grayscale: #7B7B7B. Windows color (decimal): -4431781 or 5988540. OLE color: 5988540.
HSL color Cylindrical-coordinate representation of color #BC605B: hue angle of 3.09º 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 #BC605B is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 91 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.26 |
| HSL | 3.09º | 0.42% | 0.55% | - |
| HSV(B) | 3.09º | 0.52% | 0.74% | - |
| XYZ | 26.81 | 19.81 | 12.31 | - |
| YUV | 122.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 91 | 0 | 0.49 | 0.52 | 0.26 | 3.09 | 0.42 | 0.55 |
| Hex | BC | 60 | 5B | 0 | 31 | 34 | 1A | 3 | 2A | 37 |
| Octal | 274 | 140 | 133 | 0 | 61 | 64 | 32 | 3 | 52 | 67 |
| Binary | 10111100 | 1100000 | 1011011 | 0 | 110001 | 110100 | 11010 | 11 | 101010 | 110111 |
Color Harmonies of #BC605B
Complementary color
Monochromatic Colors of #BC605B
Black with #BC605B
Text Example
Text Example
White with #BC605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC605B; }
p { color: rgb(188,96,91); }
H1.HeaderClassName
{
color: #BC605B;
}
.AnyTagClassName
{
color: #BC605B;
}
</style>
background-color css
<style>
a { background-color: #BC605B; }
a { background-color: rgb(188,96,91); }
div.DivClassName
{
background-color: #BC605B;
}
.BgClassName
{
background-color: #BC605B;
}
</style>
border-color css
<style>
span { border-color: #BC605B; }
span { border-color: rgb(188,96,91); }
td.TdClassName
{
border-color: #BC605B;
}
.TagClassName
{
border-color: #BC605B;
}
</style>