Shades of Brandy Rose #BC887F
Tints of Brandy Rose #BC887F
RGB
CMYK
RGB Variations
Color information
#BC887F (or 0xBC887F) is known color: Brandy Rose. HEX triplet: BC, 88 and 7F. RGB value is (188,136,127). Sum of RGB (Red+Green+Blue) = 188+136+127=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC887F is #437780. Grayscale: #969696. Windows color (decimal): -4421505 or 8358076. OLE color: 8358076.
HSL color Cylindrical-coordinate representation of color #BC887F: hue angle of 8.85º 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 #BC887F is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 127 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.26 |
| HSL | 8.85º | 0.31% | 0.62% | - |
| HSV(B) | 8.85º | 0.32% | 0.74% | - |
| XYZ | 33.37 | 29.83 | 24.08 | - |
| YUV | 150.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 127 | 0 | 0.28 | 0.32 | 0.26 | 8.85 | 0.31 | 0.62 |
| Hex | BC | 88 | 7F | 0 | 1C | 20 | 1A | 9 | 1F | 3E |
| Octal | 274 | 210 | 177 | 0 | 34 | 40 | 32 | 11 | 37 | 76 |
| Binary | 10111100 | 10001000 | 1111111 | 0 | 11100 | 100000 | 11010 | 1001 | 11111 | 111110 |
Color Harmonies of #BC887F
Complementary color
Monochromatic Colors of #BC887F
Black with #BC887F
Text Example
Text Example
White with #BC887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC887F; }
p { color: rgb(188,136,127); }
H1.HeaderClassName
{
color: #BC887F;
}
.AnyTagClassName
{
color: #BC887F;
}
</style>
background-color css
<style>
a { background-color: #BC887F; }
a { background-color: rgb(188,136,127); }
div.DivClassName
{
background-color: #BC887F;
}
.BgClassName
{
background-color: #BC887F;
}
</style>
border-color css
<style>
span { border-color: #BC887F; }
span { border-color: rgb(188,136,127); }
td.TdClassName
{
border-color: #BC887F;
}
.TagClassName
{
border-color: #BC887F;
}
</style>