Shades of Brandy Rose #BD7E6F
Tints of Brandy Rose #BD7E6F
RGB
CMYK
RGB Variations
Color information
#BD7E6F (or 0xBD7E6F) is known color: Brandy Rose. HEX triplet: BD, 7E and 6F. RGB value is (189,126,111). Sum of RGB (Red+Green+Blue) = 189+126+111=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E6F is #428190. Grayscale: #8F8F8F. Windows color (decimal): -4358545 or 7306941. OLE color: 7306941.
HSL color Cylindrical-coordinate representation of color #BD7E6F: hue angle of 11.54º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7E6F is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 111 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.26 |
| HSL | 11.54º | 0.37% | 0.59% | - |
| HSV(B) | 11.54º | 0.41% | 0.74% | - |
| XYZ | 31.32 | 26.89 | 18.58 | - |
| YUV | 143.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 111 | 0 | 0.33 | 0.41 | 0.26 | 11.54 | 0.37 | 0.59 |
| Hex | BD | 7E | 6F | 0 | 21 | 29 | 1A | C | 25 | 3B |
| Octal | 275 | 176 | 157 | 0 | 41 | 51 | 32 | 14 | 45 | 73 |
| Binary | 10111101 | 1111110 | 1101111 | 0 | 100001 | 101001 | 11010 | 1100 | 100101 | 111011 |
Color Harmonies of #BD7E6F
Complementary color
Monochromatic Colors of #BD7E6F
Black with #BD7E6F
Text Example
Text Example
White with #BD7E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E6F; }
p { color: rgb(189,126,111); }
H1.HeaderClassName
{
color: #BD7E6F;
}
.AnyTagClassName
{
color: #BD7E6F;
}
</style>
background-color css
<style>
a { background-color: #BD7E6F; }
a { background-color: rgb(189,126,111); }
div.DivClassName
{
background-color: #BD7E6F;
}
.BgClassName
{
background-color: #BD7E6F;
}
</style>
border-color css
<style>
span { border-color: #BD7E6F; }
span { border-color: rgb(189,126,111); }
td.TdClassName
{
border-color: #BD7E6F;
}
.TagClassName
{
border-color: #BD7E6F;
}
</style>