Shades of Brandy Rose #BD7C78
Tints of Brandy Rose #BD7C78
RGB
CMYK
RGB Variations
Color information
#BD7C78 (or 0xBD7C78) is known color: Brandy Rose. HEX triplet: BD, 7C and 78. RGB value is (189,124,120). Sum of RGB (Red+Green+Blue) = 189+124+120=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7C78 is #428387. Grayscale: #8F8F8F. Windows color (decimal): -4359048 or 7896253. OLE color: 7896253.
HSL color Cylindrical-coordinate representation of color #BD7C78: hue angle of 3.48º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD7C78 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 120 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.26 |
| HSL | 3.48º | 0.34% | 0.61% | - |
| HSV(B) | 3.48º | 0.37% | 0.74% | - |
| XYZ | 31.58 | 26.59 | 21.24 | - |
| YUV | 142.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 120 | 0 | 0.34 | 0.37 | 0.26 | 3.48 | 0.34 | 0.61 |
| Hex | BD | 7C | 78 | 0 | 22 | 25 | 1A | 3 | 22 | 3D |
| Octal | 275 | 174 | 170 | 0 | 42 | 45 | 32 | 3 | 42 | 75 |
| Binary | 10111101 | 1111100 | 1111000 | 0 | 100010 | 100101 | 11010 | 11 | 100010 | 111101 |
Color Harmonies of #BD7C78
Complementary color
Monochromatic Colors of #BD7C78
Black with #BD7C78
Text Example
Text Example
White with #BD7C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7C78; }
p { color: rgb(189,124,120); }
H1.HeaderClassName
{
color: #BD7C78;
}
.AnyTagClassName
{
color: #BD7C78;
}
</style>
background-color css
<style>
a { background-color: #BD7C78; }
a { background-color: rgb(189,124,120); }
div.DivClassName
{
background-color: #BD7C78;
}
.BgClassName
{
background-color: #BD7C78;
}
</style>
border-color css
<style>
span { border-color: #BD7C78; }
span { border-color: rgb(189,124,120); }
td.TdClassName
{
border-color: #BD7C78;
}
.TagClassName
{
border-color: #BD7C78;
}
</style>