Shades of Brandy Rose #BC7B76
Tints of Brandy Rose #BC7B76
RGB
CMYK
RGB Variations
Color information
#BC7B76 (or 0xBC7B76) is known color: Brandy Rose. HEX triplet: BC, 7B and 76. RGB value is (188,123,118). Sum of RGB (Red+Green+Blue) = 188+123+118=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B76 is #438489. Grayscale: #8D8D8D. Windows color (decimal): -4424842 or 7764924. OLE color: 7764924.
HSL color Cylindrical-coordinate representation of color #BC7B76: hue angle of 4.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC7B76 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 118 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.26 |
| HSL | 4.29º | 0.34% | 0.6% | - |
| HSV(B) | 4.29º | 0.37% | 0.74% | - |
| XYZ | 31.09 | 26.17 | 20.55 | - |
| YUV | 141.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 118 | 0 | 0.35 | 0.37 | 0.26 | 4.29 | 0.34 | 0.6 |
| Hex | BC | 7B | 76 | 0 | 23 | 25 | 1A | 4 | 22 | 3C |
| Octal | 274 | 173 | 166 | 0 | 43 | 45 | 32 | 4 | 42 | 74 |
| Binary | 10111100 | 1111011 | 1110110 | 0 | 100011 | 100101 | 11010 | 100 | 100010 | 111100 |
Color Harmonies of #BC7B76
Complementary color
Monochromatic Colors of #BC7B76
Black with #BC7B76
Text Example
Text Example
White with #BC7B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B76; }
p { color: rgb(188,123,118); }
H1.HeaderClassName
{
color: #BC7B76;
}
.AnyTagClassName
{
color: #BC7B76;
}
</style>
background-color css
<style>
a { background-color: #BC7B76; }
a { background-color: rgb(188,123,118); }
div.DivClassName
{
background-color: #BC7B76;
}
.BgClassName
{
background-color: #BC7B76;
}
</style>
border-color css
<style>
span { border-color: #BC7B76; }
span { border-color: rgb(188,123,118); }
td.TdClassName
{
border-color: #BC7B76;
}
.TagClassName
{
border-color: #BC7B76;
}
</style>