Shades of Brandy Rose #BD7E7C
Tints of Brandy Rose #BD7E7C
RGB
CMYK
RGB Variations
Color information
#BD7E7C (or 0xBD7E7C) is known color: Brandy Rose. HEX triplet: BD, 7E and 7C. RGB value is (189,126,124). Sum of RGB (Red+Green+Blue) = 189+126+124=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E7C is #428183. Grayscale: #909090. Windows color (decimal): -4358532 or 8158909. OLE color: 8158909.
HSL color Cylindrical-coordinate representation of color #BD7E7C: hue angle of 1.85º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7E7C is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 124 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.26 |
| HSL | 1.85º | 0.33% | 0.61% | - |
| HSV(B) | 1.85º | 0.34% | 0.74% | - |
| XYZ | 32.09 | 27.2 | 22.63 | - |
| YUV | 144.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 124 | 0 | 0.33 | 0.34 | 0.26 | 1.85 | 0.33 | 0.61 |
| Hex | BD | 7E | 7C | 0 | 21 | 22 | 1A | 2 | 21 | 3D |
| Octal | 275 | 176 | 174 | 0 | 41 | 42 | 32 | 2 | 41 | 75 |
| Binary | 10111101 | 1111110 | 1111100 | 0 | 100001 | 100010 | 11010 | 10 | 100001 | 111101 |
Color Harmonies of #BD7E7C
Complementary color
Monochromatic Colors of #BD7E7C
Black with #BD7E7C
Text Example
Text Example
White with #BD7E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E7C; }
p { color: rgb(189,126,124); }
H1.HeaderClassName
{
color: #BD7E7C;
}
.AnyTagClassName
{
color: #BD7E7C;
}
</style>
background-color css
<style>
a { background-color: #BD7E7C; }
a { background-color: rgb(189,126,124); }
div.DivClassName
{
background-color: #BD7E7C;
}
.BgClassName
{
background-color: #BD7E7C;
}
</style>
border-color css
<style>
span { border-color: #BD7E7C; }
span { border-color: rgb(189,126,124); }
td.TdClassName
{
border-color: #BD7E7C;
}
.TagClassName
{
border-color: #BD7E7C;
}
</style>