Shades of Brandy Rose #BC7D73
Tints of Brandy Rose #BC7D73
RGB
CMYK
RGB Variations
Color information
#BC7D73 (or 0xBC7D73) is known color: Brandy Rose. HEX triplet: BC, 7D and 73. RGB value is (188,125,115). Sum of RGB (Red+Green+Blue) = 188+125+115=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D73 is #43828C. Grayscale: #8E8E8E. Windows color (decimal): -4424333 or 7568828. OLE color: 7568828.
HSL color Cylindrical-coordinate representation of color #BC7D73: hue angle of 8.22º 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 #BC7D73 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 115 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.26 |
| HSL | 8.22º | 0.35% | 0.59% | - |
| HSV(B) | 8.22º | 0.39% | 0.74% | - |
| XYZ | 31.17 | 26.6 | 19.71 | - |
| YUV | 142.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 115 | 0 | 0.34 | 0.39 | 0.26 | 8.22 | 0.35 | 0.59 |
| Hex | BC | 7D | 73 | 0 | 22 | 27 | 1A | 8 | 23 | 3B |
| Octal | 274 | 175 | 163 | 0 | 42 | 47 | 32 | 10 | 43 | 73 |
| Binary | 10111100 | 1111101 | 1110011 | 0 | 100010 | 100111 | 11010 | 1000 | 100011 | 111011 |
Color Harmonies of #BC7D73
Complementary color
Monochromatic Colors of #BC7D73
Black with #BC7D73
Text Example
Text Example
White with #BC7D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D73; }
p { color: rgb(188,125,115); }
H1.HeaderClassName
{
color: #BC7D73;
}
.AnyTagClassName
{
color: #BC7D73;
}
</style>
background-color css
<style>
a { background-color: #BC7D73; }
a { background-color: rgb(188,125,115); }
div.DivClassName
{
background-color: #BC7D73;
}
.BgClassName
{
background-color: #BC7D73;
}
</style>
border-color css
<style>
span { border-color: #BC7D73; }
span { border-color: rgb(188,125,115); }
td.TdClassName
{
border-color: #BC7D73;
}
.TagClassName
{
border-color: #BC7D73;
}
</style>