Shades of Brandy Rose #BC807D
Tints of Brandy Rose #BC807D
RGB
CMYK
RGB Variations
Color information
#BC807D (or 0xBC807D) is known color: Brandy Rose. HEX triplet: BC, 80 and 7D. RGB value is (188,128,125). Sum of RGB (Red+Green+Blue) = 188+128+125=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC807D is #437F82. Grayscale: #919191. Windows color (decimal): -4423555 or 8224956. OLE color: 8224956.
HSL color Cylindrical-coordinate representation of color #BC807D: hue angle of 2.86º 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 #BC807D is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 125 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.26 |
| HSL | 2.86º | 0.32% | 0.61% | - |
| HSV(B) | 2.86º | 0.34% | 0.74% | - |
| XYZ | 32.16 | 27.61 | 23.04 | - |
| YUV | 145.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 125 | 0 | 0.32 | 0.34 | 0.26 | 2.86 | 0.32 | 0.61 |
| Hex | BC | 80 | 7D | 0 | 20 | 22 | 1A | 3 | 20 | 3D |
| Octal | 274 | 200 | 175 | 0 | 40 | 42 | 32 | 3 | 40 | 75 |
| Binary | 10111100 | 10000000 | 1111101 | 0 | 100000 | 100010 | 11010 | 11 | 100000 | 111101 |
Color Harmonies of #BC807D
Complementary color
Monochromatic Colors of #BC807D
Black with #BC807D
Text Example
Text Example
White with #BC807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC807D; }
p { color: rgb(188,128,125); }
H1.HeaderClassName
{
color: #BC807D;
}
.AnyTagClassName
{
color: #BC807D;
}
</style>
background-color css
<style>
a { background-color: #BC807D; }
a { background-color: rgb(188,128,125); }
div.DivClassName
{
background-color: #BC807D;
}
.BgClassName
{
background-color: #BC807D;
}
</style>
border-color css
<style>
span { border-color: #BC807D; }
span { border-color: rgb(188,128,125); }
td.TdClassName
{
border-color: #BC807D;
}
.TagClassName
{
border-color: #BC807D;
}
</style>