Shades of Brandy Rose #BD887B
Tints of Brandy Rose #BD887B
RGB
CMYK
RGB Variations
Color information
#BD887B (or 0xBD887B) is known color: Brandy Rose. HEX triplet: BD, 88 and 7B. RGB value is (189,136,123). Sum of RGB (Red+Green+Blue) = 189+136+123=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD887B is #427784. Grayscale: #969696. Windows color (decimal): -4355973 or 8095933. OLE color: 8095933.
HSL color Cylindrical-coordinate representation of color #BD887B: hue angle of 11.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD887B is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 123 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.26 |
| HSL | 11.82º | 0.33% | 0.61% | - |
| HSV(B) | 11.82º | 0.35% | 0.74% | - |
| XYZ | 33.37 | 29.86 | 22.74 | - |
| YUV | 150.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 123 | 0 | 0.28 | 0.35 | 0.26 | 11.82 | 0.33 | 0.61 |
| Hex | BD | 88 | 7B | 0 | 1C | 23 | 1A | C | 21 | 3D |
| Octal | 275 | 210 | 173 | 0 | 34 | 43 | 32 | 14 | 41 | 75 |
| Binary | 10111101 | 10001000 | 1111011 | 0 | 11100 | 100011 | 11010 | 1100 | 100001 | 111101 |
Color Harmonies of #BD887B
Complementary color
Monochromatic Colors of #BD887B
Black with #BD887B
Text Example
Text Example
White with #BD887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD887B; }
p { color: rgb(189,136,123); }
H1.HeaderClassName
{
color: #BD887B;
}
.AnyTagClassName
{
color: #BD887B;
}
</style>
background-color css
<style>
a { background-color: #BD887B; }
a { background-color: rgb(189,136,123); }
div.DivClassName
{
background-color: #BD887B;
}
.BgClassName
{
background-color: #BD887B;
}
</style>
border-color css
<style>
span { border-color: #BD887B; }
span { border-color: rgb(189,136,123); }
td.TdClassName
{
border-color: #BD887B;
}
.TagClassName
{
border-color: #BD887B;
}
</style>