Shades of Brandy Rose #BD7C76
Tints of Brandy Rose #BD7C76
RGB
CMYK
RGB Variations
Color information
#BD7C76 (or 0xBD7C76) is known color: Brandy Rose. HEX triplet: BD, 7C and 76. RGB value is (189,124,118). Sum of RGB (Red+Green+Blue) = 189+124+118=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7C76 is #428389. Grayscale: #8E8E8E. Windows color (decimal): -4359050 or 7765181. OLE color: 7765181.
HSL color Cylindrical-coordinate representation of color #BD7C76: hue angle of 5.07º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7C76 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 118 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.26 |
| HSL | 5.07º | 0.35% | 0.6% | - |
| HSV(B) | 5.07º | 0.38% | 0.74% | - |
| XYZ | 31.46 | 26.54 | 20.6 | - |
| YUV | 142.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 118 | 0 | 0.34 | 0.38 | 0.26 | 5.07 | 0.35 | 0.6 |
| Hex | BD | 7C | 76 | 0 | 22 | 26 | 1A | 5 | 23 | 3C |
| Octal | 275 | 174 | 166 | 0 | 42 | 46 | 32 | 5 | 43 | 74 |
| Binary | 10111101 | 1111100 | 1110110 | 0 | 100010 | 100110 | 11010 | 101 | 100011 | 111100 |
Color Harmonies of #BD7C76
Complementary color
Monochromatic Colors of #BD7C76
Black with #BD7C76
Text Example
Text Example
White with #BD7C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7C76; }
p { color: rgb(189,124,118); }
H1.HeaderClassName
{
color: #BD7C76;
}
.AnyTagClassName
{
color: #BD7C76;
}
</style>
background-color css
<style>
a { background-color: #BD7C76; }
a { background-color: rgb(189,124,118); }
div.DivClassName
{
background-color: #BD7C76;
}
.BgClassName
{
background-color: #BD7C76;
}
</style>
border-color css
<style>
span { border-color: #BD7C76; }
span { border-color: rgb(189,124,118); }
td.TdClassName
{
border-color: #BD7C76;
}
.TagClassName
{
border-color: #BD7C76;
}
</style>