Shades of Brandy Rose #BC7F7D
Tints of Brandy Rose #BC7F7D
RGB
CMYK
RGB Variations
Color information
#BC7F7D (or 0xBC7F7D) is known color: Brandy Rose. HEX triplet: BC, 7F and 7D. RGB value is (188,127,125). Sum of RGB (Red+Green+Blue) = 188+127+125=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F7D is #438082. Grayscale: #919191. Windows color (decimal): -4423811 or 8224700. OLE color: 8224700.
HSL color Cylindrical-coordinate representation of color #BC7F7D: hue angle of 1.9º 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 #BC7F7D is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 125 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.26 |
| HSL | 1.9º | 0.32% | 0.61% | - |
| HSV(B) | 1.9º | 0.34% | 0.74% | - |
| XYZ | 32.03 | 27.35 | 22.99 | - |
| YUV | 145.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 125 | 0 | 0.32 | 0.34 | 0.26 | 1.9 | 0.32 | 0.61 |
| Hex | BC | 7F | 7D | 0 | 20 | 22 | 1A | 2 | 20 | 3D |
| Octal | 274 | 177 | 175 | 0 | 40 | 42 | 32 | 2 | 40 | 75 |
| Binary | 10111100 | 1111111 | 1111101 | 0 | 100000 | 100010 | 11010 | 10 | 100000 | 111101 |
Color Harmonies of #BC7F7D
Complementary color
Monochromatic Colors of #BC7F7D
Black with #BC7F7D
Text Example
Text Example
White with #BC7F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F7D; }
p { color: rgb(188,127,125); }
H1.HeaderClassName
{
color: #BC7F7D;
}
.AnyTagClassName
{
color: #BC7F7D;
}
</style>
background-color css
<style>
a { background-color: #BC7F7D; }
a { background-color: rgb(188,127,125); }
div.DivClassName
{
background-color: #BC7F7D;
}
.BgClassName
{
background-color: #BC7F7D;
}
</style>
border-color css
<style>
span { border-color: #BC7F7D; }
span { border-color: rgb(188,127,125); }
td.TdClassName
{
border-color: #BC7F7D;
}
.TagClassName
{
border-color: #BC7F7D;
}
</style>