Shades of Brandy Rose #BC7E7D
Tints of Brandy Rose #BC7E7D
RGB
CMYK
RGB Variations
Color information
#BC7E7D (or 0xBC7E7D) is known color: Brandy Rose. HEX triplet: BC, 7E and 7D. RGB value is (188,126,125). Sum of RGB (Red+Green+Blue) = 188+126+125=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E7D is #438182. Grayscale: #909090. Windows color (decimal): -4424067 or 8224444. OLE color: 8224444.
HSL color Cylindrical-coordinate representation of color #BC7E7D: hue angle of 0.95º 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 #BC7E7D is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 125 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.26 |
| HSL | 0.95º | 0.32% | 0.61% | - |
| HSV(B) | 0.95º | 0.34% | 0.74% | - |
| XYZ | 31.9 | 27.09 | 22.95 | - |
| YUV | 144.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 125 | 0 | 0.33 | 0.34 | 0.26 | 0.95 | 0.32 | 0.61 |
| Hex | BC | 7E | 7D | 0 | 21 | 22 | 1A | 1 | 20 | 3D |
| Octal | 274 | 176 | 175 | 0 | 41 | 42 | 32 | 1 | 40 | 75 |
| Binary | 10111100 | 1111110 | 1111101 | 0 | 100001 | 100010 | 11010 | 1 | 100000 | 111101 |
Color Harmonies of #BC7E7D
Complementary color
Monochromatic Colors of #BC7E7D
Black with #BC7E7D
Text Example
Text Example
White with #BC7E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E7D; }
p { color: rgb(188,126,125); }
H1.HeaderClassName
{
color: #BC7E7D;
}
.AnyTagClassName
{
color: #BC7E7D;
}
</style>
background-color css
<style>
a { background-color: #BC7E7D; }
a { background-color: rgb(188,126,125); }
div.DivClassName
{
background-color: #BC7E7D;
}
.BgClassName
{
background-color: #BC7E7D;
}
</style>
border-color css
<style>
span { border-color: #BC7E7D; }
span { border-color: rgb(188,126,125); }
td.TdClassName
{
border-color: #BC7E7D;
}
.TagClassName
{
border-color: #BC7E7D;
}
</style>