Shades of Brandy Rose #BC817D
Tints of Brandy Rose #BC817D
RGB
CMYK
RGB Variations
Color information
#BC817D (or 0xBC817D) is known color: Brandy Rose. HEX triplet: BC, 81 and 7D. RGB value is (188,129,125). Sum of RGB (Red+Green+Blue) = 188+129+125=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC817D is #437E82. Grayscale: #929292. Windows color (decimal): -4423299 or 8225212. OLE color: 8225212.
HSL color Cylindrical-coordinate representation of color #BC817D: hue angle of 3.81º 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 #BC817D is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 125 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.26 |
| HSL | 3.81º | 0.32% | 0.61% | - |
| HSV(B) | 3.81º | 0.34% | 0.74% | - |
| XYZ | 32.29 | 27.87 | 23.08 | - |
| YUV | 146.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 125 | 0 | 0.31 | 0.34 | 0.26 | 3.81 | 0.32 | 0.61 |
| Hex | BC | 81 | 7D | 0 | 1F | 22 | 1A | 4 | 20 | 3D |
| Octal | 274 | 201 | 175 | 0 | 37 | 42 | 32 | 4 | 40 | 75 |
| Binary | 10111100 | 10000001 | 1111101 | 0 | 11111 | 100010 | 11010 | 100 | 100000 | 111101 |
Color Harmonies of #BC817D
Complementary color
Monochromatic Colors of #BC817D
Black with #BC817D
Text Example
Text Example
White with #BC817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC817D; }
p { color: rgb(188,129,125); }
H1.HeaderClassName
{
color: #BC817D;
}
.AnyTagClassName
{
color: #BC817D;
}
</style>
background-color css
<style>
a { background-color: #BC817D; }
a { background-color: rgb(188,129,125); }
div.DivClassName
{
background-color: #BC817D;
}
.BgClassName
{
background-color: #BC817D;
}
</style>
border-color css
<style>
span { border-color: #BC817D; }
span { border-color: rgb(188,129,125); }
td.TdClassName
{
border-color: #BC817D;
}
.TagClassName
{
border-color: #BC817D;
}
</style>