Shades of Brandy Rose #BD7E7D
Tints of Brandy Rose #BD7E7D
RGB
CMYK
RGB Variations
Color information
#BD7E7D (or 0xBD7E7D) is known color: Brandy Rose. HEX triplet: BD, 7E and 7D. RGB value is (189,126,125). Sum of RGB (Red+Green+Blue) = 189+126+125=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E7D is #428182. Grayscale: #909090. Windows color (decimal): -4358531 or 8224445. OLE color: 8224445.
HSL color Cylindrical-coordinate representation of color #BD7E7D: hue angle of 0.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7E7D is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 125 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.26 |
| HSL | 0.94º | 0.33% | 0.62% | - |
| HSV(B) | 0.94º | 0.34% | 0.74% | - |
| XYZ | 32.15 | 27.22 | 22.96 | - |
| YUV | 144.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 125 | 0 | 0.33 | 0.34 | 0.26 | 0.94 | 0.33 | 0.62 |
| Hex | BD | 7E | 7D | 0 | 21 | 22 | 1A | 1 | 21 | 3E |
| Octal | 275 | 176 | 175 | 0 | 41 | 42 | 32 | 1 | 41 | 76 |
| Binary | 10111101 | 1111110 | 1111101 | 0 | 100001 | 100010 | 11010 | 1 | 100001 | 111110 |
Color Harmonies of #BD7E7D
Complementary color
Monochromatic Colors of #BD7E7D
Black with #BD7E7D
Text Example
Text Example
White with #BD7E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E7D; }
p { color: rgb(189,126,125); }
H1.HeaderClassName
{
color: #BD7E7D;
}
.AnyTagClassName
{
color: #BD7E7D;
}
</style>
background-color css
<style>
a { background-color: #BD7E7D; }
a { background-color: rgb(189,126,125); }
div.DivClassName
{
background-color: #BD7E7D;
}
.BgClassName
{
background-color: #BD7E7D;
}
</style>
border-color css
<style>
span { border-color: #BD7E7D; }
span { border-color: rgb(189,126,125); }
td.TdClassName
{
border-color: #BD7E7D;
}
.TagClassName
{
border-color: #BD7E7D;
}
</style>