Shades of Brandy Rose #BC8774
Tints of Brandy Rose #BC8774
RGB
CMYK
RGB Variations
Color information
#BC8774 (or 0xBC8774) is known color: Brandy Rose. HEX triplet: BC, 87 and 74. RGB value is (188,135,116). Sum of RGB (Red+Green+Blue) = 188+135+116=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8774 is #43788B. Grayscale: #949494. Windows color (decimal): -4421772 or 7636924. OLE color: 7636924.
HSL color Cylindrical-coordinate representation of color #BC8774: hue angle of 15.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8774 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 116 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.26 |
| HSL | 15.83º | 0.35% | 0.6% | - |
| HSV(B) | 15.83º | 0.38% | 0.74% | - |
| XYZ | 32.56 | 29.28 | 20.46 | - |
| YUV | 148.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 116 | 0 | 0.28 | 0.38 | 0.26 | 15.83 | 0.35 | 0.6 |
| Hex | BC | 87 | 74 | 0 | 1C | 26 | 1A | 10 | 23 | 3C |
| Octal | 274 | 207 | 164 | 0 | 34 | 46 | 32 | 20 | 43 | 74 |
| Binary | 10111100 | 10000111 | 1110100 | 0 | 11100 | 100110 | 11010 | 10000 | 100011 | 111100 |
Color Harmonies of #BC8774
Complementary color
Monochromatic Colors of #BC8774
Black with #BC8774
Text Example
Text Example
White with #BC8774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8774; }
p { color: rgb(188,135,116); }
H1.HeaderClassName
{
color: #BC8774;
}
.AnyTagClassName
{
color: #BC8774;
}
</style>
background-color css
<style>
a { background-color: #BC8774; }
a { background-color: rgb(188,135,116); }
div.DivClassName
{
background-color: #BC8774;
}
.BgClassName
{
background-color: #BC8774;
}
</style>
border-color css
<style>
span { border-color: #BC8774; }
span { border-color: rgb(188,135,116); }
td.TdClassName
{
border-color: #BC8774;
}
.TagClassName
{
border-color: #BC8774;
}
</style>