Shades of Brandy Rose #BC827D
Tints of Brandy Rose #BC827D
RGB
CMYK
RGB Variations
Color information
#BC827D (or 0xBC827D) is known color: Brandy Rose. HEX triplet: BC, 82 and 7D. RGB value is (188,130,125). Sum of RGB (Red+Green+Blue) = 188+130+125=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC827D is #437D82. Grayscale: #929292. Windows color (decimal): -4423043 or 8225468. OLE color: 8225468.
HSL color Cylindrical-coordinate representation of color #BC827D: hue angle of 4.76º 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 #BC827D is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 125 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.26 |
| HSL | 4.76º | 0.32% | 0.61% | - |
| HSV(B) | 4.76º | 0.34% | 0.74% | - |
| XYZ | 32.42 | 28.14 | 23.12 | - |
| YUV | 146.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 125 | 0 | 0.31 | 0.34 | 0.26 | 4.76 | 0.32 | 0.61 |
| Hex | BC | 82 | 7D | 0 | 1F | 22 | 1A | 5 | 20 | 3D |
| Octal | 274 | 202 | 175 | 0 | 37 | 42 | 32 | 5 | 40 | 75 |
| Binary | 10111100 | 10000010 | 1111101 | 0 | 11111 | 100010 | 11010 | 101 | 100000 | 111101 |
Color Harmonies of #BC827D
Complementary color
Monochromatic Colors of #BC827D
Black with #BC827D
Text Example
Text Example
White with #BC827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC827D; }
p { color: rgb(188,130,125); }
H1.HeaderClassName
{
color: #BC827D;
}
.AnyTagClassName
{
color: #BC827D;
}
</style>
background-color css
<style>
a { background-color: #BC827D; }
a { background-color: rgb(188,130,125); }
div.DivClassName
{
background-color: #BC827D;
}
.BgClassName
{
background-color: #BC827D;
}
</style>
border-color css
<style>
span { border-color: #BC827D; }
span { border-color: rgb(188,130,125); }
td.TdClassName
{
border-color: #BC827D;
}
.TagClassName
{
border-color: #BC827D;
}
</style>