Shades of Brandy Rose #BC827C
Tints of Brandy Rose #BC827C
RGB
CMYK
RGB Variations
Color information
#BC827C (or 0xBC827C) is known color: Brandy Rose. HEX triplet: BC, 82 and 7C. RGB value is (188,130,124). Sum of RGB (Red+Green+Blue) = 188+130+124=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC827C is #437D83. Grayscale: #929292. Windows color (decimal): -4423044 or 8159932. OLE color: 8159932.
HSL color Cylindrical-coordinate representation of color #BC827C: hue angle of 5.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC827C is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 124 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.26 |
| HSL | 5.63º | 0.32% | 0.61% | - |
| HSV(B) | 5.63º | 0.34% | 0.74% | - |
| XYZ | 32.36 | 28.11 | 22.79 | - |
| YUV | 146.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 124 | 0 | 0.31 | 0.34 | 0.26 | 5.63 | 0.32 | 0.61 |
| Hex | BC | 82 | 7C | 0 | 1F | 22 | 1A | 6 | 20 | 3D |
| Octal | 274 | 202 | 174 | 0 | 37 | 42 | 32 | 6 | 40 | 75 |
| Binary | 10111100 | 10000010 | 1111100 | 0 | 11111 | 100010 | 11010 | 110 | 100000 | 111101 |
Color Harmonies of #BC827C
Complementary color
Monochromatic Colors of #BC827C
Black with #BC827C
Text Example
Text Example
White with #BC827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC827C; }
p { color: rgb(188,130,124); }
H1.HeaderClassName
{
color: #BC827C;
}
.AnyTagClassName
{
color: #BC827C;
}
</style>
background-color css
<style>
a { background-color: #BC827C; }
a { background-color: rgb(188,130,124); }
div.DivClassName
{
background-color: #BC827C;
}
.BgClassName
{
background-color: #BC827C;
}
</style>
border-color css
<style>
span { border-color: #BC827C; }
span { border-color: rgb(188,130,124); }
td.TdClassName
{
border-color: #BC827C;
}
.TagClassName
{
border-color: #BC827C;
}
</style>