Shades of Brandy Rose #BD887A
Tints of Brandy Rose #BD887A
RGB
CMYK
RGB Variations
Color information
#BD887A (or 0xBD887A) is known color: Brandy Rose. HEX triplet: BD, 88 and 7A. RGB value is (189,136,122). Sum of RGB (Red+Green+Blue) = 189+136+122=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD887A is #427785. Grayscale: #969696. Windows color (decimal): -4355974 or 8030397. OLE color: 8030397.
HSL color Cylindrical-coordinate representation of color #BD887A: hue angle of 12.54º degrees, saturation: 0.34, 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 #BD887A is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 122 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.26 |
| HSL | 12.54º | 0.34% | 0.61% | - |
| HSV(B) | 12.54º | 0.35% | 0.74% | - |
| XYZ | 33.3 | 29.83 | 22.42 | - |
| YUV | 150.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 122 | 0 | 0.28 | 0.35 | 0.26 | 12.54 | 0.34 | 0.61 |
| Hex | BD | 88 | 7A | 0 | 1C | 23 | 1A | D | 22 | 3D |
| Octal | 275 | 210 | 172 | 0 | 34 | 43 | 32 | 15 | 42 | 75 |
| Binary | 10111101 | 10001000 | 1111010 | 0 | 11100 | 100011 | 11010 | 1101 | 100010 | 111101 |
Color Harmonies of #BD887A
Complementary color
Monochromatic Colors of #BD887A
Black with #BD887A
Text Example
Text Example
White with #BD887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD887A; }
p { color: rgb(189,136,122); }
H1.HeaderClassName
{
color: #BD887A;
}
.AnyTagClassName
{
color: #BD887A;
}
</style>
background-color css
<style>
a { background-color: #BD887A; }
a { background-color: rgb(189,136,122); }
div.DivClassName
{
background-color: #BD887A;
}
.BgClassName
{
background-color: #BD887A;
}
</style>
border-color css
<style>
span { border-color: #BD887A; }
span { border-color: rgb(189,136,122); }
td.TdClassName
{
border-color: #BD887A;
}
.TagClassName
{
border-color: #BD887A;
}
</style>