Shades of Sunglo #BC665D
Tints of Sunglo #BC665D
RGB
CMYK
RGB Variations
Color information
#BC665D (or 0xBC665D) is known color: Sunglo. HEX triplet: BC, 66 and 5D. RGB value is (188,102,93). Sum of RGB (Red+Green+Blue) = 188+102+93=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC665D is #4399A2. Grayscale: #7E7E7E. Windows color (decimal): -4430243 or 6121148. OLE color: 6121148.
HSL color Cylindrical-coordinate representation of color #BC665D: hue angle of 5.68º 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 #BC665D is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 93 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.26 |
| HSL | 5.68º | 0.41% | 0.55% | - |
| HSV(B) | 5.68º | 0.51% | 0.74% | - |
| XYZ | 27.47 | 20.98 | 12.96 | - |
| YUV | 126.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 93 | 0 | 0.46 | 0.51 | 0.26 | 5.68 | 0.41 | 0.55 |
| Hex | BC | 66 | 5D | 0 | 2E | 33 | 1A | 6 | 29 | 37 |
| Octal | 274 | 146 | 135 | 0 | 56 | 63 | 32 | 6 | 51 | 67 |
| Binary | 10111100 | 1100110 | 1011101 | 0 | 101110 | 110011 | 11010 | 110 | 101001 | 110111 |
Color Harmonies of #BC665D
Complementary color
Monochromatic Colors of #BC665D
Black with #BC665D
Text Example
Text Example
White with #BC665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC665D; }
p { color: rgb(188,102,93); }
H1.HeaderClassName
{
color: #BC665D;
}
.AnyTagClassName
{
color: #BC665D;
}
</style>
background-color css
<style>
a { background-color: #BC665D; }
a { background-color: rgb(188,102,93); }
div.DivClassName
{
background-color: #BC665D;
}
.BgClassName
{
background-color: #BC665D;
}
</style>
border-color css
<style>
span { border-color: #BC665D; }
span { border-color: rgb(188,102,93); }
td.TdClassName
{
border-color: #BC665D;
}
.TagClassName
{
border-color: #BC665D;
}
</style>