Shades of Brandy Rose #BC8080
Tints of Brandy Rose #BC8080
RGB
CMYK
RGB Variations
Color information
#BC8080 (or 0xBC8080) is known color: Brandy Rose. HEX triplet: BC, 80 and 80. RGB value is (188,128,128). Sum of RGB (Red+Green+Blue) = 188+128+128=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8080 is #437F7F. Grayscale: #929292. Windows color (decimal): -4423552 or 8421564. OLE color: 8421564.
HSL color Cylindrical-coordinate representation of color #BC8080: hue angle of 0º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC8080 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 128 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.26 |
| HSL | 0º | 0.31% | 0.62% | - |
| HSV(B) | 0º | 0.32% | 0.74% | - |
| XYZ | 32.35 | 27.69 | 24.06 | - |
| YUV | 145.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 128 | 0 | 0.32 | 0.32 | 0.26 | 0 | 0.31 | 0.62 |
| Hex | BC | 80 | 80 | 0 | 20 | 20 | 1A | 0 | 1F | 3E |
| Octal | 274 | 200 | 200 | 0 | 40 | 40 | 32 | 0 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10000000 | 0 | 100000 | 100000 | 11010 | 0 | 11111 | 111110 |
Color Harmonies of #BC8080
Complementary color
Monochromatic Colors of #BC8080
Black with #BC8080
Text Example
Text Example
White with #BC8080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8080; }
p { color: rgb(188,128,128); }
H1.HeaderClassName
{
color: #BC8080;
}
.AnyTagClassName
{
color: #BC8080;
}
</style>
background-color css
<style>
a { background-color: #BC8080; }
a { background-color: rgb(188,128,128); }
div.DivClassName
{
background-color: #BC8080;
}
.BgClassName
{
background-color: #BC8080;
}
</style>
border-color css
<style>
span { border-color: #BC8080; }
span { border-color: rgb(188,128,128); }
td.TdClassName
{
border-color: #BC8080;
}
.TagClassName
{
border-color: #BC8080;
}
</style>