Shades of Sunglo #BC635D
Tints of Sunglo #BC635D
RGB
CMYK
RGB Variations
Color information
#BC635D (or 0xBC635D) is known color: Sunglo. HEX triplet: BC, 63 and 5D. RGB value is (188,99,93). Sum of RGB (Red+Green+Blue) = 188+99+93=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC635D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC635D is #439CA2. Grayscale: #7D7D7D. Windows color (decimal): -4431011 or 6120380. OLE color: 6120380.
HSL color Cylindrical-coordinate representation of color #BC635D: hue angle of 3.79º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC635D is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 93 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.26 |
| HSL | 3.79º | 0.41% | 0.55% | - |
| HSV(B) | 3.79º | 0.51% | 0.74% | - |
| XYZ | 27.18 | 20.41 | 12.86 | - |
| YUV | 124.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 93 | 0 | 0.47 | 0.51 | 0.26 | 3.79 | 0.41 | 0.55 |
| Hex | BC | 63 | 5D | 0 | 2F | 33 | 1A | 4 | 29 | 37 |
| Octal | 274 | 143 | 135 | 0 | 57 | 63 | 32 | 4 | 51 | 67 |
| Binary | 10111100 | 1100011 | 1011101 | 0 | 101111 | 110011 | 11010 | 100 | 101001 | 110111 |
Color Harmonies of #BC635D
Complementary color
Monochromatic Colors of #BC635D
Black with #BC635D
Text Example
Text Example
White with #BC635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC635D; }
p { color: rgb(188,99,93); }
H1.HeaderClassName
{
color: #BC635D;
}
.AnyTagClassName
{
color: #BC635D;
}
</style>
background-color css
<style>
a { background-color: #BC635D; }
a { background-color: rgb(188,99,93); }
div.DivClassName
{
background-color: #BC635D;
}
.BgClassName
{
background-color: #BC635D;
}
</style>
border-color css
<style>
span { border-color: #BC635D; }
span { border-color: rgb(188,99,93); }
td.TdClassName
{
border-color: #BC635D;
}
.TagClassName
{
border-color: #BC635D;
}
</style>