Shades of Brandy Rose #BC7C71
Tints of Brandy Rose #BC7C71
RGB
CMYK
RGB Variations
Color information
#BC7C71 (or 0xBC7C71) is known color: Brandy Rose. HEX triplet: BC, 7C and 71. RGB value is (188,124,113). Sum of RGB (Red+Green+Blue) = 188+124+113=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C71 is #43838E. Grayscale: #8D8D8D. Windows color (decimal): -4424591 or 7437500. OLE color: 7437500.
HSL color Cylindrical-coordinate representation of color #BC7C71: hue angle of 8.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7C71 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 113 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.26 |
| HSL | 8.8º | 0.36% | 0.59% | - |
| HSV(B) | 8.8º | 0.4% | 0.74% | - |
| XYZ | 30.93 | 26.3 | 19.07 | - |
| YUV | 141.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 113 | 0 | 0.34 | 0.40 | 0.26 | 8.8 | 0.36 | 0.59 |
| Hex | BC | 7C | 71 | 0 | 22 | 28 | 1A | 9 | 24 | 3B |
| Octal | 274 | 174 | 161 | 0 | 42 | 50 | 32 | 11 | 44 | 73 |
| Binary | 10111100 | 1111100 | 1110001 | 0 | 100010 | 101000 | 11010 | 1001 | 100100 | 111011 |
Color Harmonies of #BC7C71
Complementary color
Monochromatic Colors of #BC7C71
Black with #BC7C71
Text Example
Text Example
White with #BC7C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C71; }
p { color: rgb(188,124,113); }
H1.HeaderClassName
{
color: #BC7C71;
}
.AnyTagClassName
{
color: #BC7C71;
}
</style>
background-color css
<style>
a { background-color: #BC7C71; }
a { background-color: rgb(188,124,113); }
div.DivClassName
{
background-color: #BC7C71;
}
.BgClassName
{
background-color: #BC7C71;
}
</style>
border-color css
<style>
span { border-color: #BC7C71; }
span { border-color: rgb(188,124,113); }
td.TdClassName
{
border-color: #BC7C71;
}
.TagClassName
{
border-color: #BC7C71;
}
</style>