Shades of Brandy Rose #BC8981
Tints of Brandy Rose #BC8981
RGB
CMYK
RGB Variations
Color information
#BC8981 (or 0xBC8981) is known color: Brandy Rose. HEX triplet: BC, 89 and 81. RGB value is (188,137,129). Sum of RGB (Red+Green+Blue) = 188+137+129=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8981 is #43767E. Grayscale: #979797. Windows color (decimal): -4421247 or 8489404. OLE color: 8489404.
HSL color Cylindrical-coordinate representation of color #BC8981: hue angle of 8.14º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8981 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 129 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.26 |
| HSL | 8.14º | 0.31% | 0.62% | - |
| HSV(B) | 8.14º | 0.31% | 0.74% | - |
| XYZ | 33.65 | 30.17 | 24.82 | - |
| YUV | 151.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 129 | 0 | 0.27 | 0.31 | 0.26 | 8.14 | 0.31 | 0.62 |
| Hex | BC | 89 | 81 | 0 | 1B | 1F | 1A | 8 | 1F | 3E |
| Octal | 274 | 211 | 201 | 0 | 33 | 37 | 32 | 10 | 37 | 76 |
| Binary | 10111100 | 10001001 | 10000001 | 0 | 11011 | 11111 | 11010 | 1000 | 11111 | 111110 |
Color Harmonies of #BC8981
Complementary color
Monochromatic Colors of #BC8981
Black with #BC8981
Text Example
Text Example
White with #BC8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8981; }
p { color: rgb(188,137,129); }
H1.HeaderClassName
{
color: #BC8981;
}
.AnyTagClassName
{
color: #BC8981;
}
</style>
background-color css
<style>
a { background-color: #BC8981; }
a { background-color: rgb(188,137,129); }
div.DivClassName
{
background-color: #BC8981;
}
.BgClassName
{
background-color: #BC8981;
}
</style>
border-color css
<style>
span { border-color: #BC8981; }
span { border-color: rgb(188,137,129); }
td.TdClassName
{
border-color: #BC8981;
}
.TagClassName
{
border-color: #BC8981;
}
</style>