Shades of Brandy Rose #BC8D80
Tints of Brandy Rose #BC8D80
RGB
CMYK
RGB Variations
Color information
#BC8D80 (or 0xBC8D80) is known color: Brandy Rose. HEX triplet: BC, 8D and 80. RGB value is (188,141,128). Sum of RGB (Red+Green+Blue) = 188+141+128=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D80 is #43727F. Grayscale: #999999. Windows color (decimal): -4420224 or 8424892. OLE color: 8424892.
HSL color Cylindrical-coordinate representation of color #BC8D80: hue angle of 13º 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 #BC8D80 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 128 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.26 |
| HSL | 13º | 0.31% | 0.62% | - |
| HSV(B) | 13º | 0.32% | 0.74% | - |
| XYZ | 34.16 | 31.3 | 24.66 | - |
| YUV | 153.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 128 | 0 | 0.25 | 0.32 | 0.26 | 13 | 0.31 | 0.62 |
| Hex | BC | 8D | 80 | 0 | 19 | 20 | 1A | D | 1F | 3E |
| Octal | 274 | 215 | 200 | 0 | 31 | 40 | 32 | 15 | 37 | 76 |
| Binary | 10111100 | 10001101 | 10000000 | 0 | 11001 | 100000 | 11010 | 1101 | 11111 | 111110 |
Color Harmonies of #BC8D80
Complementary color
Monochromatic Colors of #BC8D80
Black with #BC8D80
Text Example
Text Example
White with #BC8D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D80; }
p { color: rgb(188,141,128); }
H1.HeaderClassName
{
color: #BC8D80;
}
.AnyTagClassName
{
color: #BC8D80;
}
</style>
background-color css
<style>
a { background-color: #BC8D80; }
a { background-color: rgb(188,141,128); }
div.DivClassName
{
background-color: #BC8D80;
}
.BgClassName
{
background-color: #BC8D80;
}
</style>
border-color css
<style>
span { border-color: #BC8D80; }
span { border-color: rgb(188,141,128); }
td.TdClassName
{
border-color: #BC8D80;
}
.TagClassName
{
border-color: #BC8D80;
}
</style>