Shades of Brandy Rose #BD867E
Tints of Brandy Rose #BD867E
RGB
CMYK
RGB Variations
Color information
#BD867E (or 0xBD867E) is known color: Brandy Rose. HEX triplet: BD, 86 and 7E. RGB value is (189,134,126). Sum of RGB (Red+Green+Blue) = 189+134+126=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD867E is #427981. Grayscale: #959595. Windows color (decimal): -4356482 or 8292029. OLE color: 8292029.
HSL color Cylindrical-coordinate representation of color #BD867E: hue angle of 7.62º 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 #BD867E is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 126 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.26 |
| HSL | 7.62º | 0.32% | 0.62% | - |
| HSV(B) | 7.62º | 0.33% | 0.74% | - |
| XYZ | 33.28 | 29.38 | 23.65 | - |
| YUV | 149.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 126 | 0 | 0.29 | 0.33 | 0.26 | 7.62 | 0.32 | 0.62 |
| Hex | BD | 86 | 7E | 0 | 1D | 21 | 1A | 8 | 20 | 3E |
| Octal | 275 | 206 | 176 | 0 | 35 | 41 | 32 | 10 | 40 | 76 |
| Binary | 10111101 | 10000110 | 1111110 | 0 | 11101 | 100001 | 11010 | 1000 | 100000 | 111110 |
Color Harmonies of #BD867E
Complementary color
Monochromatic Colors of #BD867E
Black with #BD867E
Text Example
Text Example
White with #BD867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD867E; }
p { color: rgb(189,134,126); }
H1.HeaderClassName
{
color: #BD867E;
}
.AnyTagClassName
{
color: #BD867E;
}
</style>
background-color css
<style>
a { background-color: #BD867E; }
a { background-color: rgb(189,134,126); }
div.DivClassName
{
background-color: #BD867E;
}
.BgClassName
{
background-color: #BD867E;
}
</style>
border-color css
<style>
span { border-color: #BD867E; }
span { border-color: rgb(189,134,126); }
td.TdClassName
{
border-color: #BD867E;
}
.TagClassName
{
border-color: #BD867E;
}
</style>