Shades of Brandy Rose #BD857E
Tints of Brandy Rose #BD857E
RGB
CMYK
RGB Variations
Color information
#BD857E (or 0xBD857E) is known color: Brandy Rose. HEX triplet: BD, 85 and 7E. RGB value is (189,133,126). Sum of RGB (Red+Green+Blue) = 189+133+126=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD857E is #427A81. Grayscale: #959595. Windows color (decimal): -4356738 or 8291773. OLE color: 8291773.
HSL color Cylindrical-coordinate representation of color #BD857E: hue angle of 6.67º 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 #BD857E is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 126 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.26 |
| HSL | 6.67º | 0.32% | 0.62% | - |
| HSV(B) | 6.67º | 0.33% | 0.74% | - |
| XYZ | 33.14 | 29.1 | 23.61 | - |
| YUV | 148.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 126 | 0 | 0.30 | 0.33 | 0.26 | 6.67 | 0.32 | 0.62 |
| Hex | BD | 85 | 7E | 0 | 1E | 21 | 1A | 7 | 20 | 3E |
| Octal | 275 | 205 | 176 | 0 | 36 | 41 | 32 | 7 | 40 | 76 |
| Binary | 10111101 | 10000101 | 1111110 | 0 | 11110 | 100001 | 11010 | 111 | 100000 | 111110 |
Color Harmonies of #BD857E
Complementary color
Monochromatic Colors of #BD857E
Black with #BD857E
Text Example
Text Example
White with #BD857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD857E; }
p { color: rgb(189,133,126); }
H1.HeaderClassName
{
color: #BD857E;
}
.AnyTagClassName
{
color: #BD857E;
}
</style>
background-color css
<style>
a { background-color: #BD857E; }
a { background-color: rgb(189,133,126); }
div.DivClassName
{
background-color: #BD857E;
}
.BgClassName
{
background-color: #BD857E;
}
</style>
border-color css
<style>
span { border-color: #BD857E; }
span { border-color: rgb(189,133,126); }
td.TdClassName
{
border-color: #BD857E;
}
.TagClassName
{
border-color: #BD857E;
}
</style>