Shades of Brandy Rose #BD896F
Tints of Brandy Rose #BD896F
RGB
CMYK
RGB Variations
Color information
#BD896F (or 0xBD896F) is known color: Brandy Rose. HEX triplet: BD, 89 and 6F. RGB value is (189,137,111). Sum of RGB (Red+Green+Blue) = 189+137+111=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD896F is #427690. Grayscale: #959595. Windows color (decimal): -4355729 or 7309757. OLE color: 7309757.
HSL color Cylindrical-coordinate representation of color #BD896F: hue angle of 20º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD896F is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 111 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.26 |
| HSL | 20º | 0.37% | 0.59% | - |
| HSV(B) | 20º | 0.41% | 0.74% | - |
| XYZ | 32.8 | 29.86 | 19.07 | - |
| YUV | 149.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 111 | 0 | 0.28 | 0.41 | 0.26 | 20 | 0.37 | 0.59 |
| Hex | BD | 89 | 6F | 0 | 1C | 29 | 1A | 14 | 25 | 3B |
| Octal | 275 | 211 | 157 | 0 | 34 | 51 | 32 | 24 | 45 | 73 |
| Binary | 10111101 | 10001001 | 1101111 | 0 | 11100 | 101001 | 11010 | 10100 | 100101 | 111011 |
Color Harmonies of #BD896F
Complementary color
Monochromatic Colors of #BD896F
Black with #BD896F
Text Example
Text Example
White with #BD896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD896F; }
p { color: rgb(189,137,111); }
H1.HeaderClassName
{
color: #BD896F;
}
.AnyTagClassName
{
color: #BD896F;
}
</style>
background-color css
<style>
a { background-color: #BD896F; }
a { background-color: rgb(189,137,111); }
div.DivClassName
{
background-color: #BD896F;
}
.BgClassName
{
background-color: #BD896F;
}
</style>
border-color css
<style>
span { border-color: #BD896F; }
span { border-color: rgb(189,137,111); }
td.TdClassName
{
border-color: #BD896F;
}
.TagClassName
{
border-color: #BD896F;
}
</style>