Shades of Brandy Rose #BC8F7E
Tints of Brandy Rose #BC8F7E
RGB
CMYK
RGB Variations
Color information
#BC8F7E (or 0xBC8F7E) is known color: Brandy Rose. HEX triplet: BC, 8F and 7E. RGB value is (188,143,126). Sum of RGB (Red+Green+Blue) = 188+143+126=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F7E is #437081. Grayscale: #9A9A9A. Windows color (decimal): -4419714 or 8294332. OLE color: 8294332.
HSL color Cylindrical-coordinate representation of color #BC8F7E: hue angle of 16.45º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC8F7E is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 126 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.26 |
| HSL | 16.45º | 0.32% | 0.62% | - |
| HSV(B) | 16.45º | 0.33% | 0.74% | - |
| XYZ | 34.33 | 31.84 | 24.08 | - |
| YUV | 154.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 126 | 0 | 0.24 | 0.33 | 0.26 | 16.45 | 0.32 | 0.62 |
| Hex | BC | 8F | 7E | 0 | 18 | 21 | 1A | 10 | 20 | 3E |
| Octal | 274 | 217 | 176 | 0 | 30 | 41 | 32 | 20 | 40 | 76 |
| Binary | 10111100 | 10001111 | 1111110 | 0 | 11000 | 100001 | 11010 | 10000 | 100000 | 111110 |
Color Harmonies of #BC8F7E
Complementary color
Monochromatic Colors of #BC8F7E
Black with #BC8F7E
Text Example
Text Example
White with #BC8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F7E; }
p { color: rgb(188,143,126); }
H1.HeaderClassName
{
color: #BC8F7E;
}
.AnyTagClassName
{
color: #BC8F7E;
}
</style>
background-color css
<style>
a { background-color: #BC8F7E; }
a { background-color: rgb(188,143,126); }
div.DivClassName
{
background-color: #BC8F7E;
}
.BgClassName
{
background-color: #BC8F7E;
}
</style>
border-color css
<style>
span { border-color: #BC8F7E; }
span { border-color: rgb(188,143,126); }
td.TdClassName
{
border-color: #BC8F7E;
}
.TagClassName
{
border-color: #BC8F7E;
}
</style>