Shades of Brandy Rose #BC817E
Tints of Brandy Rose #BC817E
RGB
CMYK
RGB Variations
Color information
#BC817E (or 0xBC817E) is known color: Brandy Rose. HEX triplet: BC, 81 and 7E. RGB value is (188,129,126). Sum of RGB (Red+Green+Blue) = 188+129+126=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC817E is #437E81. Grayscale: #929292. Windows color (decimal): -4423298 or 8290748. OLE color: 8290748.
HSL color Cylindrical-coordinate representation of color #BC817E: hue angle of 2.9º 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 #BC817E is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 126 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.26 |
| HSL | 2.9º | 0.32% | 0.62% | - |
| HSV(B) | 2.9º | 0.33% | 0.74% | - |
| XYZ | 32.36 | 27.9 | 23.42 | - |
| YUV | 146.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 126 | 0 | 0.31 | 0.33 | 0.26 | 2.9 | 0.32 | 0.62 |
| Hex | BC | 81 | 7E | 0 | 1F | 21 | 1A | 3 | 20 | 3E |
| Octal | 274 | 201 | 176 | 0 | 37 | 41 | 32 | 3 | 40 | 76 |
| Binary | 10111100 | 10000001 | 1111110 | 0 | 11111 | 100001 | 11010 | 11 | 100000 | 111110 |
Color Harmonies of #BC817E
Complementary color
Monochromatic Colors of #BC817E
Black with #BC817E
Text Example
Text Example
White with #BC817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC817E; }
p { color: rgb(188,129,126); }
H1.HeaderClassName
{
color: #BC817E;
}
.AnyTagClassName
{
color: #BC817E;
}
</style>
background-color css
<style>
a { background-color: #BC817E; }
a { background-color: rgb(188,129,126); }
div.DivClassName
{
background-color: #BC817E;
}
.BgClassName
{
background-color: #BC817E;
}
</style>
border-color css
<style>
span { border-color: #BC817E; }
span { border-color: rgb(188,129,126); }
td.TdClassName
{
border-color: #BC817E;
}
.TagClassName
{
border-color: #BC817E;
}
</style>