Shades of Brandy Rose #BC897E
Tints of Brandy Rose #BC897E
RGB
CMYK
RGB Variations
Color information
#BC897E (or 0xBC897E) is known color: Brandy Rose. HEX triplet: BC, 89 and 7E. RGB value is (188,137,126). Sum of RGB (Red+Green+Blue) = 188+137+126=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC897E is #437681. Grayscale: #979797. Windows color (decimal): -4421250 or 8292796. OLE color: 8292796.
HSL color Cylindrical-coordinate representation of color #BC897E: hue angle of 10.65º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC897E is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 126 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.26 |
| HSL | 10.65º | 0.32% | 0.62% | - |
| HSV(B) | 10.65º | 0.33% | 0.74% | - |
| XYZ | 33.45 | 30.09 | 23.78 | - |
| YUV | 151 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 126 | 0 | 0.27 | 0.33 | 0.26 | 10.65 | 0.32 | 0.62 |
| Hex | BC | 89 | 7E | 0 | 1B | 21 | 1A | B | 20 | 3E |
| Octal | 274 | 211 | 176 | 0 | 33 | 41 | 32 | 13 | 40 | 76 |
| Binary | 10111100 | 10001001 | 1111110 | 0 | 11011 | 100001 | 11010 | 1011 | 100000 | 111110 |
Color Harmonies of #BC897E
Complementary color
Monochromatic Colors of #BC897E
Black with #BC897E
Text Example
Text Example
White with #BC897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC897E; }
p { color: rgb(188,137,126); }
H1.HeaderClassName
{
color: #BC897E;
}
.AnyTagClassName
{
color: #BC897E;
}
</style>
background-color css
<style>
a { background-color: #BC897E; }
a { background-color: rgb(188,137,126); }
div.DivClassName
{
background-color: #BC897E;
}
.BgClassName
{
background-color: #BC897E;
}
</style>
border-color css
<style>
span { border-color: #BC897E; }
span { border-color: rgb(188,137,126); }
td.TdClassName
{
border-color: #BC897E;
}
.TagClassName
{
border-color: #BC897E;
}
</style>