Shades of Sunglo #BC635F
Tints of Sunglo #BC635F
RGB
CMYK
RGB Variations
Color information
#BC635F (or 0xBC635F) is known color: Sunglo. HEX triplet: BC, 63 and 5F. RGB value is (188,99,95). Sum of RGB (Red+Green+Blue) = 188+99+95=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC635F is #439CA0. Grayscale: #7D7D7D. Windows color (decimal): -4431009 or 6251452. OLE color: 6251452.
HSL color Cylindrical-coordinate representation of color #BC635F: hue angle of 2.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC635F is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 95 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.26 |
| HSL | 2.58º | 0.41% | 0.55% | - |
| HSV(B) | 2.58º | 0.49% | 0.74% | - |
| XYZ | 27.27 | 20.44 | 13.33 | - |
| YUV | 125.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 95 | 0 | 0.47 | 0.49 | 0.26 | 2.58 | 0.41 | 0.55 |
| Hex | BC | 63 | 5F | 0 | 2F | 31 | 1A | 3 | 29 | 37 |
| Octal | 274 | 143 | 137 | 0 | 57 | 61 | 32 | 3 | 51 | 67 |
| Binary | 10111100 | 1100011 | 1011111 | 0 | 101111 | 110001 | 11010 | 11 | 101001 | 110111 |
Color Harmonies of #BC635F
Complementary color
Monochromatic Colors of #BC635F
Black with #BC635F
Text Example
Text Example
White with #BC635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC635F; }
p { color: rgb(188,99,95); }
H1.HeaderClassName
{
color: #BC635F;
}
.AnyTagClassName
{
color: #BC635F;
}
</style>
background-color css
<style>
a { background-color: #BC635F; }
a { background-color: rgb(188,99,95); }
div.DivClassName
{
background-color: #BC635F;
}
.BgClassName
{
background-color: #BC635F;
}
</style>
border-color css
<style>
span { border-color: #BC635F; }
span { border-color: rgb(188,99,95); }
td.TdClassName
{
border-color: #BC635F;
}
.TagClassName
{
border-color: #BC635F;
}
</style>