Shades of Brandy Rose #BC8677
Tints of Brandy Rose #BC8677
RGB
CMYK
RGB Variations
Color information
#BC8677 (or 0xBC8677) is known color: Brandy Rose. HEX triplet: BC, 86 and 77. RGB value is (188,134,119). Sum of RGB (Red+Green+Blue) = 188+134+119=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8677 is #437988. Grayscale: #949494. Windows color (decimal): -4422025 or 7833276. OLE color: 7833276.
HSL color Cylindrical-coordinate representation of color #BC8677: hue angle of 13.04º 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 #BC8677 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 119 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.26 |
| HSL | 13.04º | 0.34% | 0.6% | - |
| HSV(B) | 13.04º | 0.37% | 0.74% | - |
| XYZ | 32.59 | 29.07 | 21.35 | - |
| YUV | 148.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 119 | 0 | 0.29 | 0.37 | 0.26 | 13.04 | 0.34 | 0.6 |
| Hex | BC | 86 | 77 | 0 | 1D | 25 | 1A | D | 22 | 3C |
| Octal | 274 | 206 | 167 | 0 | 35 | 45 | 32 | 15 | 42 | 74 |
| Binary | 10111100 | 10000110 | 1110111 | 0 | 11101 | 100101 | 11010 | 1101 | 100010 | 111100 |
Color Harmonies of #BC8677
Complementary color
Monochromatic Colors of #BC8677
Black with #BC8677
Text Example
Text Example
White with #BC8677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8677; }
p { color: rgb(188,134,119); }
H1.HeaderClassName
{
color: #BC8677;
}
.AnyTagClassName
{
color: #BC8677;
}
</style>
background-color css
<style>
a { background-color: #BC8677; }
a { background-color: rgb(188,134,119); }
div.DivClassName
{
background-color: #BC8677;
}
.BgClassName
{
background-color: #BC8677;
}
</style>
border-color css
<style>
span { border-color: #BC8677; }
span { border-color: rgb(188,134,119); }
td.TdClassName
{
border-color: #BC8677;
}
.TagClassName
{
border-color: #BC8677;
}
</style>