Shades of Brandy Rose #BC7A79
Tints of Brandy Rose #BC7A79
RGB
CMYK
RGB Variations
Color information
#BC7A79 (or 0xBC7A79) is known color: Brandy Rose. HEX triplet: BC, 7A and 79. RGB value is (188,122,121). Sum of RGB (Red+Green+Blue) = 188+122+121=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A79 is #438586. Grayscale: #8D8D8D. Windows color (decimal): -4425095 or 7961276. OLE color: 7961276.
HSL color Cylindrical-coordinate representation of color #BC7A79: hue angle of 0.9º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7A79 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 121 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.26 |
| HSL | 0.9º | 0.33% | 0.61% | - |
| HSV(B) | 0.9º | 0.36% | 0.74% | - |
| XYZ | 31.15 | 25.99 | 21.46 | - |
| YUV | 141.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 121 | 0 | 0.35 | 0.36 | 0.26 | 0.9 | 0.33 | 0.61 |
| Hex | BC | 7A | 79 | 0 | 23 | 24 | 1A | 1 | 21 | 3D |
| Octal | 274 | 172 | 171 | 0 | 43 | 44 | 32 | 1 | 41 | 75 |
| Binary | 10111100 | 1111010 | 1111001 | 0 | 100011 | 100100 | 11010 | 1 | 100001 | 111101 |
Color Harmonies of #BC7A79
Complementary color
Monochromatic Colors of #BC7A79
Black with #BC7A79
Text Example
Text Example
White with #BC7A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A79; }
p { color: rgb(188,122,121); }
H1.HeaderClassName
{
color: #BC7A79;
}
.AnyTagClassName
{
color: #BC7A79;
}
</style>
background-color css
<style>
a { background-color: #BC7A79; }
a { background-color: rgb(188,122,121); }
div.DivClassName
{
background-color: #BC7A79;
}
.BgClassName
{
background-color: #BC7A79;
}
</style>
border-color css
<style>
span { border-color: #BC7A79; }
span { border-color: rgb(188,122,121); }
td.TdClassName
{
border-color: #BC7A79;
}
.TagClassName
{
border-color: #BC7A79;
}
</style>