Shades of Brandy Rose #BD807E
Tints of Brandy Rose #BD807E
RGB
CMYK
RGB Variations
Color information
#BD807E (or 0xBD807E) is known color: Brandy Rose. HEX triplet: BD, 80 and 7E. RGB value is (189,128,126). Sum of RGB (Red+Green+Blue) = 189+128+126=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD807E is #427F81. Grayscale: #929292. Windows color (decimal): -4358018 or 8290493. OLE color: 8290493.
HSL color Cylindrical-coordinate representation of color #BD807E: hue angle of 1.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 #BD807E is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 126 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.26 |
| HSL | 1.9º | 0.32% | 0.62% | - |
| HSV(B) | 1.9º | 0.33% | 0.74% | - |
| XYZ | 32.47 | 27.76 | 23.39 | - |
| YUV | 146.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 126 | 0 | 0.32 | 0.33 | 0.26 | 1.9 | 0.32 | 0.62 |
| Hex | BD | 80 | 7E | 0 | 20 | 21 | 1A | 2 | 20 | 3E |
| Octal | 275 | 200 | 176 | 0 | 40 | 41 | 32 | 2 | 40 | 76 |
| Binary | 10111101 | 10000000 | 1111110 | 0 | 100000 | 100001 | 11010 | 10 | 100000 | 111110 |
Color Harmonies of #BD807E
Complementary color
Monochromatic Colors of #BD807E
Black with #BD807E
Text Example
Text Example
White with #BD807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD807E; }
p { color: rgb(189,128,126); }
H1.HeaderClassName
{
color: #BD807E;
}
.AnyTagClassName
{
color: #BD807E;
}
</style>
background-color css
<style>
a { background-color: #BD807E; }
a { background-color: rgb(189,128,126); }
div.DivClassName
{
background-color: #BD807E;
}
.BgClassName
{
background-color: #BD807E;
}
</style>
border-color css
<style>
span { border-color: #BD807E; }
span { border-color: rgb(189,128,126); }
td.TdClassName
{
border-color: #BD807E;
}
.TagClassName
{
border-color: #BD807E;
}
</style>