Shades of Sunglo #BC6953
Tints of Sunglo #BC6953
RGB
CMYK
RGB Variations
Color information
#BC6953 (or 0xBC6953) is known color: Sunglo. HEX triplet: BC, 69 and 53. RGB value is (188,105,83). Sum of RGB (Red+Green+Blue) = 188+105+83=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6953 is #4396AC. Grayscale: #7F7F7F. Windows color (decimal): -4429485 or 5466556. OLE color: 5466556.
HSL color Cylindrical-coordinate representation of color #BC6953: hue angle of 12.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC6953 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 83 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.26 |
| HSL | 12.57º | 0.44% | 0.53% | - |
| HSV(B) | 12.57º | 0.56% | 0.74% | - |
| XYZ | 27.35 | 21.42 | 10.88 | - |
| YUV | 127.31 | 103 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 83 | 0 | 0.44 | 0.56 | 0.26 | 12.57 | 0.44 | 0.53 |
| Hex | BC | 69 | 53 | 0 | 2C | 38 | 1A | D | 2C | 35 |
| Octal | 274 | 151 | 123 | 0 | 54 | 70 | 32 | 15 | 54 | 65 |
| Binary | 10111100 | 1101001 | 1010011 | 0 | 101100 | 111000 | 11010 | 1101 | 101100 | 110101 |
Color Harmonies of #BC6953
Complementary color
Monochromatic Colors of #BC6953
Black with #BC6953
Text Example
Text Example
White with #BC6953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6953; }
p { color: rgb(188,105,83); }
H1.HeaderClassName
{
color: #BC6953;
}
.AnyTagClassName
{
color: #BC6953;
}
</style>
background-color css
<style>
a { background-color: #BC6953; }
a { background-color: rgb(188,105,83); }
div.DivClassName
{
background-color: #BC6953;
}
.BgClassName
{
background-color: #BC6953;
}
</style>
border-color css
<style>
span { border-color: #BC6953; }
span { border-color: rgb(188,105,83); }
td.TdClassName
{
border-color: #BC6953;
}
.TagClassName
{
border-color: #BC6953;
}
</style>