Shades of Brandy Rose #BC7E76
Tints of Brandy Rose #BC7E76
RGB
CMYK
RGB Variations
Color information
#BC7E76 (or 0xBC7E76) is known color: Brandy Rose. HEX triplet: BC, 7E and 76. RGB value is (188,126,118). Sum of RGB (Red+Green+Blue) = 188+126+118=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E76 is #438189. Grayscale: #8F8F8F. Windows color (decimal): -4424074 or 7765692. OLE color: 7765692.
HSL color Cylindrical-coordinate representation of color #BC7E76: hue angle of 6.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC7E76 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 118 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.26 |
| HSL | 6.86º | 0.34% | 0.6% | - |
| HSV(B) | 6.86º | 0.37% | 0.74% | - |
| XYZ | 31.47 | 26.92 | 20.68 | - |
| YUV | 143.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 118 | 0 | 0.33 | 0.37 | 0.26 | 6.86 | 0.34 | 0.6 |
| Hex | BC | 7E | 76 | 0 | 21 | 25 | 1A | 7 | 22 | 3C |
| Octal | 274 | 176 | 166 | 0 | 41 | 45 | 32 | 7 | 42 | 74 |
| Binary | 10111100 | 1111110 | 1110110 | 0 | 100001 | 100101 | 11010 | 111 | 100010 | 111100 |
Color Harmonies of #BC7E76
Complementary color
Monochromatic Colors of #BC7E76
Black with #BC7E76
Text Example
Text Example
White with #BC7E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E76; }
p { color: rgb(188,126,118); }
H1.HeaderClassName
{
color: #BC7E76;
}
.AnyTagClassName
{
color: #BC7E76;
}
</style>
background-color css
<style>
a { background-color: #BC7E76; }
a { background-color: rgb(188,126,118); }
div.DivClassName
{
background-color: #BC7E76;
}
.BgClassName
{
background-color: #BC7E76;
}
</style>
border-color css
<style>
span { border-color: #BC7E76; }
span { border-color: rgb(188,126,118); }
td.TdClassName
{
border-color: #BC7E76;
}
.TagClassName
{
border-color: #BC7E76;
}
</style>