Shades of Brandy Rose #BC847F
Tints of Brandy Rose #BC847F
RGB
CMYK
RGB Variations
Color information
#BC847F (or 0xBC847F) is known color: Brandy Rose. HEX triplet: BC, 84 and 7F. RGB value is (188,132,127). Sum of RGB (Red+Green+Blue) = 188+132+127=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC847F is #437B80. Grayscale: #949494. Windows color (decimal): -4422529 or 8357052. OLE color: 8357052.
HSL color Cylindrical-coordinate representation of color #BC847F: hue angle of 4.92º 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 #BC847F is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 127 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.26 |
| HSL | 4.92º | 0.31% | 0.62% | - |
| HSV(B) | 4.92º | 0.32% | 0.74% | - |
| XYZ | 32.82 | 28.73 | 23.89 | - |
| YUV | 148.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 127 | 0 | 0.30 | 0.32 | 0.26 | 4.92 | 0.31 | 0.62 |
| Hex | BC | 84 | 7F | 0 | 1E | 20 | 1A | 5 | 1F | 3E |
| Octal | 274 | 204 | 177 | 0 | 36 | 40 | 32 | 5 | 37 | 76 |
| Binary | 10111100 | 10000100 | 1111111 | 0 | 11110 | 100000 | 11010 | 101 | 11111 | 111110 |
Color Harmonies of #BC847F
Complementary color
Monochromatic Colors of #BC847F
Black with #BC847F
Text Example
Text Example
White with #BC847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC847F; }
p { color: rgb(188,132,127); }
H1.HeaderClassName
{
color: #BC847F;
}
.AnyTagClassName
{
color: #BC847F;
}
</style>
background-color css
<style>
a { background-color: #BC847F; }
a { background-color: rgb(188,132,127); }
div.DivClassName
{
background-color: #BC847F;
}
.BgClassName
{
background-color: #BC847F;
}
</style>
border-color css
<style>
span { border-color: #BC847F; }
span { border-color: rgb(188,132,127); }
td.TdClassName
{
border-color: #BC847F;
}
.TagClassName
{
border-color: #BC847F;
}
</style>