Shades of Sunglo #BC645E
Tints of Sunglo #BC645E
RGB
CMYK
RGB Variations
Color information
#BC645E (or 0xBC645E) is known color: Sunglo. HEX triplet: BC, 64 and 5E. RGB value is (188,100,94). Sum of RGB (Red+Green+Blue) = 188+100+94=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC645E is #439BA1. Grayscale: #7D7D7D. Windows color (decimal): -4430754 or 6186172. OLE color: 6186172.
HSL color Cylindrical-coordinate representation of color #BC645E: hue angle of 3.83º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC645E is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 94 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.26 |
| HSL | 3.83º | 0.41% | 0.55% | - |
| HSV(B) | 3.83º | 0.5% | 0.74% | - |
| XYZ | 27.32 | 20.61 | 13.13 | - |
| YUV | 125.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 94 | 0 | 0.47 | 0.50 | 0.26 | 3.83 | 0.41 | 0.55 |
| Hex | BC | 64 | 5E | 0 | 2F | 32 | 1A | 4 | 29 | 37 |
| Octal | 274 | 144 | 136 | 0 | 57 | 62 | 32 | 4 | 51 | 67 |
| Binary | 10111100 | 1100100 | 1011110 | 0 | 101111 | 110010 | 11010 | 100 | 101001 | 110111 |
Color Harmonies of #BC645E
Complementary color
Monochromatic Colors of #BC645E
Black with #BC645E
Text Example
Text Example
White with #BC645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC645E; }
p { color: rgb(188,100,94); }
H1.HeaderClassName
{
color: #BC645E;
}
.AnyTagClassName
{
color: #BC645E;
}
</style>
background-color css
<style>
a { background-color: #BC645E; }
a { background-color: rgb(188,100,94); }
div.DivClassName
{
background-color: #BC645E;
}
.BgClassName
{
background-color: #BC645E;
}
</style>
border-color css
<style>
span { border-color: #BC645E; }
span { border-color: rgb(188,100,94); }
td.TdClassName
{
border-color: #BC645E;
}
.TagClassName
{
border-color: #BC645E;
}
</style>