Shades of Brandy Rose #BC807C
Tints of Brandy Rose #BC807C
RGB
CMYK
RGB Variations
Color information
#BC807C (or 0xBC807C) is known color: Brandy Rose. HEX triplet: BC, 80 and 7C. RGB value is (188,128,124). Sum of RGB (Red+Green+Blue) = 188+128+124=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC807C is #437F83. Grayscale: #919191. Windows color (decimal): -4423556 or 8159420. OLE color: 8159420.
HSL color Cylindrical-coordinate representation of color #BC807C: hue angle of 3.75º 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 #BC807C is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 124 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.26 |
| HSL | 3.75º | 0.32% | 0.61% | - |
| HSV(B) | 3.75º | 0.34% | 0.74% | - |
| XYZ | 32.1 | 27.58 | 22.7 | - |
| YUV | 145.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 124 | 0 | 0.32 | 0.34 | 0.26 | 3.75 | 0.32 | 0.61 |
| Hex | BC | 80 | 7C | 0 | 20 | 22 | 1A | 4 | 20 | 3D |
| Octal | 274 | 200 | 174 | 0 | 40 | 42 | 32 | 4 | 40 | 75 |
| Binary | 10111100 | 10000000 | 1111100 | 0 | 100000 | 100010 | 11010 | 100 | 100000 | 111101 |
Color Harmonies of #BC807C
Complementary color
Monochromatic Colors of #BC807C
Black with #BC807C
Text Example
Text Example
White with #BC807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC807C; }
p { color: rgb(188,128,124); }
H1.HeaderClassName
{
color: #BC807C;
}
.AnyTagClassName
{
color: #BC807C;
}
</style>
background-color css
<style>
a { background-color: #BC807C; }
a { background-color: rgb(188,128,124); }
div.DivClassName
{
background-color: #BC807C;
}
.BgClassName
{
background-color: #BC807C;
}
</style>
border-color css
<style>
span { border-color: #BC807C; }
span { border-color: rgb(188,128,124); }
td.TdClassName
{
border-color: #BC807C;
}
.TagClassName
{
border-color: #BC807C;
}
</style>