Shades of Brandy Rose #BD887E
Tints of Brandy Rose #BD887E
RGB
CMYK
RGB Variations
Color information
#BD887E (or 0xBD887E) is known color: Brandy Rose. HEX triplet: BD, 88 and 7E. RGB value is (189,136,126). Sum of RGB (Red+Green+Blue) = 189+136+126=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD887E is #427781. Grayscale: #969696. Windows color (decimal): -4355970 or 8292541. OLE color: 8292541.
HSL color Cylindrical-coordinate representation of color #BD887E: hue angle of 9.52º 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 #BD887E is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 126 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.26 |
| HSL | 9.52º | 0.32% | 0.62% | - |
| HSV(B) | 9.52º | 0.33% | 0.74% | - |
| XYZ | 33.56 | 29.93 | 23.75 | - |
| YUV | 150.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 126 | 0 | 0.28 | 0.33 | 0.26 | 9.52 | 0.32 | 0.62 |
| Hex | BD | 88 | 7E | 0 | 1C | 21 | 1A | A | 20 | 3E |
| Octal | 275 | 210 | 176 | 0 | 34 | 41 | 32 | 12 | 40 | 76 |
| Binary | 10111101 | 10001000 | 1111110 | 0 | 11100 | 100001 | 11010 | 1010 | 100000 | 111110 |
Color Harmonies of #BD887E
Complementary color
Monochromatic Colors of #BD887E
Black with #BD887E
Text Example
Text Example
White with #BD887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD887E; }
p { color: rgb(189,136,126); }
H1.HeaderClassName
{
color: #BD887E;
}
.AnyTagClassName
{
color: #BD887E;
}
</style>
background-color css
<style>
a { background-color: #BD887E; }
a { background-color: rgb(189,136,126); }
div.DivClassName
{
background-color: #BD887E;
}
.BgClassName
{
background-color: #BD887E;
}
</style>
border-color css
<style>
span { border-color: #BD887E; }
span { border-color: rgb(189,136,126); }
td.TdClassName
{
border-color: #BD887E;
}
.TagClassName
{
border-color: #BD887E;
}
</style>