Shades of Brandy Rose #BC7D6A
Tints of Brandy Rose #BC7D6A
RGB
CMYK
RGB Variations
Color information
#BC7D6A (or 0xBC7D6A) is known color: Brandy Rose. HEX triplet: BC, 7D and 6A. RGB value is (188,125,106). Sum of RGB (Red+Green+Blue) = 188+125+106=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D6A is #438295. Grayscale: #8D8D8D. Windows color (decimal): -4424342 or 6979004. OLE color: 6979004.
HSL color Cylindrical-coordinate representation of color #BC7D6A: hue angle of 13.9º 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 #BC7D6A is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 106 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.26 |
| HSL | 13.9º | 0.38% | 0.58% | - |
| HSV(B) | 13.9º | 0.44% | 0.74% | - |
| XYZ | 30.67 | 26.4 | 17.11 | - |
| YUV | 141.67 | 107.87 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 106 | 0 | 0.34 | 0.44 | 0.26 | 13.9 | 0.38 | 0.58 |
| Hex | BC | 7D | 6A | 0 | 22 | 2C | 1A | E | 26 | 3A |
| Octal | 274 | 175 | 152 | 0 | 42 | 54 | 32 | 16 | 46 | 72 |
| Binary | 10111100 | 1111101 | 1101010 | 0 | 100010 | 101100 | 11010 | 1110 | 100110 | 111010 |
Color Harmonies of #BC7D6A
Complementary color
Monochromatic Colors of #BC7D6A
Black with #BC7D6A
Text Example
Text Example
White with #BC7D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D6A; }
p { color: rgb(188,125,106); }
H1.HeaderClassName
{
color: #BC7D6A;
}
.AnyTagClassName
{
color: #BC7D6A;
}
</style>
background-color css
<style>
a { background-color: #BC7D6A; }
a { background-color: rgb(188,125,106); }
div.DivClassName
{
background-color: #BC7D6A;
}
.BgClassName
{
background-color: #BC7D6A;
}
</style>
border-color css
<style>
span { border-color: #BC7D6A; }
span { border-color: rgb(188,125,106); }
td.TdClassName
{
border-color: #BC7D6A;
}
.TagClassName
{
border-color: #BC7D6A;
}
</style>