Shades of Brandy Rose #BD7E69
Tints of Brandy Rose #BD7E69
RGB
CMYK
RGB Variations
Color information
#BD7E69 (or 0xBD7E69) is known color: Brandy Rose. HEX triplet: BD, 7E and 69. RGB value is (189,126,105). Sum of RGB (Red+Green+Blue) = 189+126+105=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E69 is #428196. Grayscale: #8E8E8E. Windows color (decimal): -4358551 or 6913725. OLE color: 6913725.
HSL color Cylindrical-coordinate representation of color #BD7E69: hue angle of 15º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD7E69 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 105 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.26 |
| HSL | 15º | 0.39% | 0.58% | - |
| HSV(B) | 15º | 0.44% | 0.74% | - |
| XYZ | 31 | 26.76 | 16.9 | - |
| YUV | 142.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 105 | 0 | 0.33 | 0.44 | 0.26 | 15 | 0.39 | 0.58 |
| Hex | BD | 7E | 69 | 0 | 21 | 2C | 1A | F | 27 | 3A |
| Octal | 275 | 176 | 151 | 0 | 41 | 54 | 32 | 17 | 47 | 72 |
| Binary | 10111101 | 1111110 | 1101001 | 0 | 100001 | 101100 | 11010 | 1111 | 100111 | 111010 |
Color Harmonies of #BD7E69
Complementary color
Monochromatic Colors of #BD7E69
Black with #BD7E69
Text Example
Text Example
White with #BD7E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E69; }
p { color: rgb(189,126,105); }
H1.HeaderClassName
{
color: #BD7E69;
}
.AnyTagClassName
{
color: #BD7E69;
}
</style>
background-color css
<style>
a { background-color: #BD7E69; }
a { background-color: rgb(189,126,105); }
div.DivClassName
{
background-color: #BD7E69;
}
.BgClassName
{
background-color: #BD7E69;
}
</style>
border-color css
<style>
span { border-color: #BD7E69; }
span { border-color: rgb(189,126,105); }
td.TdClassName
{
border-color: #BD7E69;
}
.TagClassName
{
border-color: #BD7E69;
}
</style>