Shades of Brandy Rose #BC8777
Tints of Brandy Rose #BC8777
RGB
CMYK
RGB Variations
Color information
#BC8777 (or 0xBC8777) is known color: Brandy Rose. HEX triplet: BC, 87 and 77. RGB value is (188,135,119). Sum of RGB (Red+Green+Blue) = 188+135+119=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8777 is #437888. Grayscale: #959595. Windows color (decimal): -4421769 or 7833532. OLE color: 7833532.
HSL color Cylindrical-coordinate representation of color #BC8777: hue angle of 13.91º 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 #BC8777 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 119 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.26 |
| HSL | 13.91º | 0.34% | 0.6% | - |
| HSV(B) | 13.91º | 0.37% | 0.74% | - |
| XYZ | 32.73 | 29.35 | 21.39 | - |
| YUV | 149.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 119 | 0 | 0.28 | 0.37 | 0.26 | 13.91 | 0.34 | 0.6 |
| Hex | BC | 87 | 77 | 0 | 1C | 25 | 1A | E | 22 | 3C |
| Octal | 274 | 207 | 167 | 0 | 34 | 45 | 32 | 16 | 42 | 74 |
| Binary | 10111100 | 10000111 | 1110111 | 0 | 11100 | 100101 | 11010 | 1110 | 100010 | 111100 |
Color Harmonies of #BC8777
Complementary color
Monochromatic Colors of #BC8777
Black with #BC8777
Text Example
Text Example
White with #BC8777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8777; }
p { color: rgb(188,135,119); }
H1.HeaderClassName
{
color: #BC8777;
}
.AnyTagClassName
{
color: #BC8777;
}
</style>
background-color css
<style>
a { background-color: #BC8777; }
a { background-color: rgb(188,135,119); }
div.DivClassName
{
background-color: #BC8777;
}
.BgClassName
{
background-color: #BC8777;
}
</style>
border-color css
<style>
span { border-color: #BC8777; }
span { border-color: rgb(188,135,119); }
td.TdClassName
{
border-color: #BC8777;
}
.TagClassName
{
border-color: #BC8777;
}
</style>