Shades of Brandy Rose #BC887B
Tints of Brandy Rose #BC887B
RGB
CMYK
RGB Variations
Color information
#BC887B (or 0xBC887B) is known color: Brandy Rose. HEX triplet: BC, 88 and 7B. RGB value is (188,136,123). Sum of RGB (Red+Green+Blue) = 188+136+123=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC887B is #437784. Grayscale: #969696. Windows color (decimal): -4421509 or 8095932. OLE color: 8095932.
HSL color Cylindrical-coordinate representation of color #BC887B: hue angle of 12º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC887B is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 123 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.26 |
| HSL | 12º | 0.33% | 0.61% | - |
| HSV(B) | 12º | 0.35% | 0.74% | - |
| XYZ | 33.12 | 29.73 | 22.73 | - |
| YUV | 150.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 123 | 0 | 0.28 | 0.35 | 0.26 | 12 | 0.33 | 0.61 |
| Hex | BC | 88 | 7B | 0 | 1C | 23 | 1A | C | 21 | 3D |
| Octal | 274 | 210 | 173 | 0 | 34 | 43 | 32 | 14 | 41 | 75 |
| Binary | 10111100 | 10001000 | 1111011 | 0 | 11100 | 100011 | 11010 | 1100 | 100001 | 111101 |
Color Harmonies of #BC887B
Complementary color
Monochromatic Colors of #BC887B
Black with #BC887B
Text Example
Text Example
White with #BC887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC887B; }
p { color: rgb(188,136,123); }
H1.HeaderClassName
{
color: #BC887B;
}
.AnyTagClassName
{
color: #BC887B;
}
</style>
background-color css
<style>
a { background-color: #BC887B; }
a { background-color: rgb(188,136,123); }
div.DivClassName
{
background-color: #BC887B;
}
.BgClassName
{
background-color: #BC887B;
}
</style>
border-color css
<style>
span { border-color: #BC887B; }
span { border-color: rgb(188,136,123); }
td.TdClassName
{
border-color: #BC887B;
}
.TagClassName
{
border-color: #BC887B;
}
</style>