Shades of Brandy Rose #BC8C7C
Tints of Brandy Rose #BC8C7C
RGB
CMYK
RGB Variations
Color information
#BC8C7C (or 0xBC8C7C) is known color: Brandy Rose. HEX triplet: BC, 8C and 7C. RGB value is (188,140,124). Sum of RGB (Red+Green+Blue) = 188+140+124=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C7C is #437383. Grayscale: #989898. Windows color (decimal): -4420484 or 8162492. OLE color: 8162492.
HSL color Cylindrical-coordinate representation of color #BC8C7C: hue angle of 15º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC8C7C is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 124 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.26 |
| HSL | 15º | 0.32% | 0.61% | - |
| HSV(B) | 15º | 0.34% | 0.74% | - |
| XYZ | 33.76 | 30.9 | 23.25 | - |
| YUV | 152.53 | 111.9 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 124 | 0 | 0.26 | 0.34 | 0.26 | 15 | 0.32 | 0.61 |
| Hex | BC | 8C | 7C | 0 | 1A | 22 | 1A | F | 20 | 3D |
| Octal | 274 | 214 | 174 | 0 | 32 | 42 | 32 | 17 | 40 | 75 |
| Binary | 10111100 | 10001100 | 1111100 | 0 | 11010 | 100010 | 11010 | 1111 | 100000 | 111101 |
Color Harmonies of #BC8C7C
Complementary color
Monochromatic Colors of #BC8C7C
Black with #BC8C7C
Text Example
Text Example
White with #BC8C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C7C; }
p { color: rgb(188,140,124); }
H1.HeaderClassName
{
color: #BC8C7C;
}
.AnyTagClassName
{
color: #BC8C7C;
}
</style>
background-color css
<style>
a { background-color: #BC8C7C; }
a { background-color: rgb(188,140,124); }
div.DivClassName
{
background-color: #BC8C7C;
}
.BgClassName
{
background-color: #BC8C7C;
}
</style>
border-color css
<style>
span { border-color: #BC8C7C; }
span { border-color: rgb(188,140,124); }
td.TdClassName
{
border-color: #BC8C7C;
}
.TagClassName
{
border-color: #BC8C7C;
}
</style>