Shades of Brandy Rose #BC807E
Tints of Brandy Rose #BC807E
RGB
CMYK
RGB Variations
Color information
#BC807E (or 0xBC807E) is known color: Brandy Rose. HEX triplet: BC, 80 and 7E. RGB value is (188,128,126). Sum of RGB (Red+Green+Blue) = 188+128+126=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC807E is #437F81. Grayscale: #919191. Windows color (decimal): -4423554 or 8290492. OLE color: 8290492.
HSL color Cylindrical-coordinate representation of color #BC807E: hue angle of 1.94º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC807E is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 126 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.26 |
| HSL | 1.94º | 0.32% | 0.62% | - |
| HSV(B) | 1.94º | 0.33% | 0.74% | - |
| XYZ | 32.22 | 27.64 | 23.37 | - |
| YUV | 145.71 | 116.88 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 126 | 0 | 0.32 | 0.33 | 0.26 | 1.94 | 0.32 | 0.62 |
| Hex | BC | 80 | 7E | 0 | 20 | 21 | 1A | 2 | 20 | 3E |
| Octal | 274 | 200 | 176 | 0 | 40 | 41 | 32 | 2 | 40 | 76 |
| Binary | 10111100 | 10000000 | 1111110 | 0 | 100000 | 100001 | 11010 | 10 | 100000 | 111110 |
Color Harmonies of #BC807E
Complementary color
Monochromatic Colors of #BC807E
Black with #BC807E
Text Example
Text Example
White with #BC807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC807E; }
p { color: rgb(188,128,126); }
H1.HeaderClassName
{
color: #BC807E;
}
.AnyTagClassName
{
color: #BC807E;
}
</style>
background-color css
<style>
a { background-color: #BC807E; }
a { background-color: rgb(188,128,126); }
div.DivClassName
{
background-color: #BC807E;
}
.BgClassName
{
background-color: #BC807E;
}
</style>
border-color css
<style>
span { border-color: #BC807E; }
span { border-color: rgb(188,128,126); }
td.TdClassName
{
border-color: #BC807E;
}
.TagClassName
{
border-color: #BC807E;
}
</style>