Shades of Brandy Rose #BC847B
Tints of Brandy Rose #BC847B
RGB
CMYK
RGB Variations
Color information
#BC847B (or 0xBC847B) is known color: Brandy Rose. HEX triplet: BC, 84 and 7B. RGB value is (188,132,123). Sum of RGB (Red+Green+Blue) = 188+132+123=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC847B is #437B84. Grayscale: #939393. Windows color (decimal): -4422533 or 8094908. OLE color: 8094908.
HSL color Cylindrical-coordinate representation of color #BC847B: hue angle of 8.31º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC847B is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 123 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.26 |
| HSL | 8.31º | 0.33% | 0.61% | - |
| HSV(B) | 8.31º | 0.35% | 0.74% | - |
| XYZ | 32.57 | 28.62 | 22.55 | - |
| YUV | 147.72 | 114.05 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 123 | 0 | 0.30 | 0.35 | 0.26 | 8.31 | 0.33 | 0.61 |
| Hex | BC | 84 | 7B | 0 | 1E | 23 | 1A | 8 | 21 | 3D |
| Octal | 274 | 204 | 173 | 0 | 36 | 43 | 32 | 10 | 41 | 75 |
| Binary | 10111100 | 10000100 | 1111011 | 0 | 11110 | 100011 | 11010 | 1000 | 100001 | 111101 |
Color Harmonies of #BC847B
Complementary color
Monochromatic Colors of #BC847B
Black with #BC847B
Text Example
Text Example
White with #BC847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC847B; }
p { color: rgb(188,132,123); }
H1.HeaderClassName
{
color: #BC847B;
}
.AnyTagClassName
{
color: #BC847B;
}
</style>
background-color css
<style>
a { background-color: #BC847B; }
a { background-color: rgb(188,132,123); }
div.DivClassName
{
background-color: #BC847B;
}
.BgClassName
{
background-color: #BC847B;
}
</style>
border-color css
<style>
span { border-color: #BC847B; }
span { border-color: rgb(188,132,123); }
td.TdClassName
{
border-color: #BC847B;
}
.TagClassName
{
border-color: #BC847B;
}
</style>