Shades of Sunglo #BC695A
Tints of Sunglo #BC695A
RGB
CMYK
RGB Variations
Color information
#BC695A (or 0xBC695A) is known color: Sunglo. HEX triplet: BC, 69 and 5A. RGB value is (188,105,90). Sum of RGB (Red+Green+Blue) = 188+105+90=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC695A is #4396A5. Grayscale: #808080. Windows color (decimal): -4429478 or 5925308. OLE color: 5925308.
HSL color Cylindrical-coordinate representation of color #BC695A: hue angle of 9.18º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC695A is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 90 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.26 |
| HSL | 9.18º | 0.42% | 0.55% | - |
| HSV(B) | 9.18º | 0.52% | 0.74% | - |
| XYZ | 27.64 | 21.53 | 12.37 | - |
| YUV | 128.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 90 | 0 | 0.44 | 0.52 | 0.26 | 9.18 | 0.42 | 0.55 |
| Hex | BC | 69 | 5A | 0 | 2C | 34 | 1A | 9 | 2A | 37 |
| Octal | 274 | 151 | 132 | 0 | 54 | 64 | 32 | 11 | 52 | 67 |
| Binary | 10111100 | 1101001 | 1011010 | 0 | 101100 | 110100 | 11010 | 1001 | 101010 | 110111 |
Color Harmonies of #BC695A
Complementary color
Monochromatic Colors of #BC695A
Black with #BC695A
Text Example
Text Example
White with #BC695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC695A; }
p { color: rgb(188,105,90); }
H1.HeaderClassName
{
color: #BC695A;
}
.AnyTagClassName
{
color: #BC695A;
}
</style>
background-color css
<style>
a { background-color: #BC695A; }
a { background-color: rgb(188,105,90); }
div.DivClassName
{
background-color: #BC695A;
}
.BgClassName
{
background-color: #BC695A;
}
</style>
border-color css
<style>
span { border-color: #BC695A; }
span { border-color: rgb(188,105,90); }
td.TdClassName
{
border-color: #BC695A;
}
.TagClassName
{
border-color: #BC695A;
}
</style>