Shades of Brandy Rose #BC8C7D
Tints of Brandy Rose #BC8C7D
RGB
CMYK
RGB Variations
Color information
#BC8C7D (or 0xBC8C7D) is known color: Brandy Rose. HEX triplet: BC, 8C and 7D. RGB value is (188,140,125). Sum of RGB (Red+Green+Blue) = 188+140+125=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C7D is #437382. Grayscale: #989898. Windows color (decimal): -4420483 or 8228028. OLE color: 8228028.
HSL color Cylindrical-coordinate representation of color #BC8C7D: hue angle of 14.29º 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 #BC8C7D is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 125 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.26 |
| HSL | 14.29º | 0.32% | 0.61% | - |
| HSV(B) | 14.29º | 0.34% | 0.74% | - |
| XYZ | 33.82 | 30.93 | 23.59 | - |
| YUV | 152.64 | 112.4 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 125 | 0 | 0.26 | 0.34 | 0.26 | 14.29 | 0.32 | 0.61 |
| Hex | BC | 8C | 7D | 0 | 1A | 22 | 1A | E | 20 | 3D |
| Octal | 274 | 214 | 175 | 0 | 32 | 42 | 32 | 16 | 40 | 75 |
| Binary | 10111100 | 10001100 | 1111101 | 0 | 11010 | 100010 | 11010 | 1110 | 100000 | 111101 |
Color Harmonies of #BC8C7D
Complementary color
Monochromatic Colors of #BC8C7D
Black with #BC8C7D
Text Example
Text Example
White with #BC8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C7D; }
p { color: rgb(188,140,125); }
H1.HeaderClassName
{
color: #BC8C7D;
}
.AnyTagClassName
{
color: #BC8C7D;
}
</style>
background-color css
<style>
a { background-color: #BC8C7D; }
a { background-color: rgb(188,140,125); }
div.DivClassName
{
background-color: #BC8C7D;
}
.BgClassName
{
background-color: #BC8C7D;
}
</style>
border-color css
<style>
span { border-color: #BC8C7D; }
span { border-color: rgb(188,140,125); }
td.TdClassName
{
border-color: #BC8C7D;
}
.TagClassName
{
border-color: #BC8C7D;
}
</style>