Shades of Brandy Rose #BC7E6A
Tints of Brandy Rose #BC7E6A
RGB
CMYK
RGB Variations
Color information
#BC7E6A (or 0xBC7E6A) is known color: Brandy Rose. HEX triplet: BC, 7E and 6A. RGB value is (188,126,106). Sum of RGB (Red+Green+Blue) = 188+126+106=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E6A is #438195. Grayscale: #8E8E8E. Windows color (decimal): -4424086 or 6979260. OLE color: 6979260.
HSL color Cylindrical-coordinate representation of color #BC7E6A: hue angle of 14.63º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7E6A is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 106 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.26 |
| HSL | 14.63º | 0.38% | 0.58% | - |
| HSV(B) | 14.63º | 0.44% | 0.74% | - |
| XYZ | 30.8 | 26.65 | 17.16 | - |
| YUV | 142.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 106 | 0 | 0.33 | 0.44 | 0.26 | 14.63 | 0.38 | 0.58 |
| Hex | BC | 7E | 6A | 0 | 21 | 2C | 1A | F | 26 | 3A |
| Octal | 274 | 176 | 152 | 0 | 41 | 54 | 32 | 17 | 46 | 72 |
| Binary | 10111100 | 1111110 | 1101010 | 0 | 100001 | 101100 | 11010 | 1111 | 100110 | 111010 |
Color Harmonies of #BC7E6A
Complementary color
Monochromatic Colors of #BC7E6A
Black with #BC7E6A
Text Example
Text Example
White with #BC7E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E6A; }
p { color: rgb(188,126,106); }
H1.HeaderClassName
{
color: #BC7E6A;
}
.AnyTagClassName
{
color: #BC7E6A;
}
</style>
background-color css
<style>
a { background-color: #BC7E6A; }
a { background-color: rgb(188,126,106); }
div.DivClassName
{
background-color: #BC7E6A;
}
.BgClassName
{
background-color: #BC7E6A;
}
</style>
border-color css
<style>
span { border-color: #BC7E6A; }
span { border-color: rgb(188,126,106); }
td.TdClassName
{
border-color: #BC7E6A;
}
.TagClassName
{
border-color: #BC7E6A;
}
</style>