Shades of Brandy Rose #BD887F
Tints of Brandy Rose #BD887F
RGB
CMYK
RGB Variations
Color information
#BD887F (or 0xBD887F) is known color: Brandy Rose. HEX triplet: BD, 88 and 7F. RGB value is (189,136,127). Sum of RGB (Red+Green+Blue) = 189+136+127=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD887F is #427780. Grayscale: #969696. Windows color (decimal): -4355969 or 8358077. OLE color: 8358077.
HSL color Cylindrical-coordinate representation of color #BD887F: hue angle of 8.71º 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 #BD887F is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 127 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.26 |
| HSL | 8.71º | 0.32% | 0.62% | - |
| HSV(B) | 8.71º | 0.33% | 0.74% | - |
| XYZ | 33.62 | 29.96 | 24.09 | - |
| YUV | 150.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 127 | 0 | 0.28 | 0.33 | 0.26 | 8.71 | 0.32 | 0.62 |
| Hex | BD | 88 | 7F | 0 | 1C | 21 | 1A | 9 | 20 | 3E |
| Octal | 275 | 210 | 177 | 0 | 34 | 41 | 32 | 11 | 40 | 76 |
| Binary | 10111101 | 10001000 | 1111111 | 0 | 11100 | 100001 | 11010 | 1001 | 100000 | 111110 |
Color Harmonies of #BD887F
Complementary color
Monochromatic Colors of #BD887F
Black with #BD887F
Text Example
Text Example
White with #BD887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD887F; }
p { color: rgb(189,136,127); }
H1.HeaderClassName
{
color: #BD887F;
}
.AnyTagClassName
{
color: #BD887F;
}
</style>
background-color css
<style>
a { background-color: #BD887F; }
a { background-color: rgb(189,136,127); }
div.DivClassName
{
background-color: #BD887F;
}
.BgClassName
{
background-color: #BD887F;
}
</style>
border-color css
<style>
span { border-color: #BD887F; }
span { border-color: rgb(189,136,127); }
td.TdClassName
{
border-color: #BD887F;
}
.TagClassName
{
border-color: #BD887F;
}
</style>