Shades of Brandy Rose #BC7B71
Tints of Brandy Rose #BC7B71
RGB
CMYK
RGB Variations
Color information
#BC7B71 (or 0xBC7B71) is known color: Brandy Rose. HEX triplet: BC, 7B and 71. RGB value is (188,123,113). Sum of RGB (Red+Green+Blue) = 188+123+113=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B71 is #43848E. Grayscale: #8D8D8D. Windows color (decimal): -4424847 or 7437244. OLE color: 7437244.
HSL color Cylindrical-coordinate representation of color #BC7B71: hue angle of 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 #BC7B71 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 113 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.26 |
| HSL | 8º | 0.36% | 0.59% | - |
| HSV(B) | 8º | 0.4% | 0.74% | - |
| XYZ | 30.8 | 26.05 | 19.03 | - |
| YUV | 141.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 113 | 0 | 0.35 | 0.40 | 0.26 | 8 | 0.36 | 0.59 |
| Hex | BC | 7B | 71 | 0 | 23 | 28 | 1A | 8 | 24 | 3B |
| Octal | 274 | 173 | 161 | 0 | 43 | 50 | 32 | 10 | 44 | 73 |
| Binary | 10111100 | 1111011 | 1110001 | 0 | 100011 | 101000 | 11010 | 1000 | 100100 | 111011 |
Color Harmonies of #BC7B71
Complementary color
Monochromatic Colors of #BC7B71
Black with #BC7B71
Text Example
Text Example
White with #BC7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B71; }
p { color: rgb(188,123,113); }
H1.HeaderClassName
{
color: #BC7B71;
}
.AnyTagClassName
{
color: #BC7B71;
}
</style>
background-color css
<style>
a { background-color: #BC7B71; }
a { background-color: rgb(188,123,113); }
div.DivClassName
{
background-color: #BC7B71;
}
.BgClassName
{
background-color: #BC7B71;
}
</style>
border-color css
<style>
span { border-color: #BC7B71; }
span { border-color: rgb(188,123,113); }
td.TdClassName
{
border-color: #BC7B71;
}
.TagClassName
{
border-color: #BC7B71;
}
</style>