Shades of Brandy Rose #BC7C73
Tints of Brandy Rose #BC7C73
RGB
CMYK
RGB Variations
Color information
#BC7C73 (or 0xBC7C73) is known color: Brandy Rose. HEX triplet: BC, 7C and 73. RGB value is (188,124,115). Sum of RGB (Red+Green+Blue) = 188+124+115=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C73 is #43838C. Grayscale: #8E8E8E. Windows color (decimal): -4424589 or 7568572. OLE color: 7568572.
HSL color Cylindrical-coordinate representation of color #BC7C73: hue angle of 7.4º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7C73 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 115 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.26 |
| HSL | 7.4º | 0.35% | 0.59% | - |
| HSV(B) | 7.4º | 0.39% | 0.74% | - |
| XYZ | 31.04 | 26.34 | 19.67 | - |
| YUV | 142.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 115 | 0 | 0.34 | 0.39 | 0.26 | 7.4 | 0.35 | 0.59 |
| Hex | BC | 7C | 73 | 0 | 22 | 27 | 1A | 7 | 23 | 3B |
| Octal | 274 | 174 | 163 | 0 | 42 | 47 | 32 | 7 | 43 | 73 |
| Binary | 10111100 | 1111100 | 1110011 | 0 | 100010 | 100111 | 11010 | 111 | 100011 | 111011 |
Color Harmonies of #BC7C73
Complementary color
Monochromatic Colors of #BC7C73
Black with #BC7C73
Text Example
Text Example
White with #BC7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C73; }
p { color: rgb(188,124,115); }
H1.HeaderClassName
{
color: #BC7C73;
}
.AnyTagClassName
{
color: #BC7C73;
}
</style>
background-color css
<style>
a { background-color: #BC7C73; }
a { background-color: rgb(188,124,115); }
div.DivClassName
{
background-color: #BC7C73;
}
.BgClassName
{
background-color: #BC7C73;
}
</style>
border-color css
<style>
span { border-color: #BC7C73; }
span { border-color: rgb(188,124,115); }
td.TdClassName
{
border-color: #BC7C73;
}
.TagClassName
{
border-color: #BC7C73;
}
</style>