Shades of Brandy Rose #BD7F79
Tints of Brandy Rose #BD7F79
RGB
CMYK
RGB Variations
Color information
#BD7F79 (or 0xBD7F79) is known color: Brandy Rose. HEX triplet: BD, 7F and 79. RGB value is (189,127,121). Sum of RGB (Red+Green+Blue) = 189+127+121=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F79 is #428086. Grayscale: #909090. Windows color (decimal): -4358279 or 7962557. OLE color: 7962557.
HSL color Cylindrical-coordinate representation of color #BD7F79: hue angle of 5.29º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD7F79 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 121 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.26 |
| HSL | 5.29º | 0.34% | 0.61% | - |
| HSV(B) | 5.29º | 0.36% | 0.74% | - |
| XYZ | 32.03 | 27.38 | 21.69 | - |
| YUV | 144.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 121 | 0 | 0.33 | 0.36 | 0.26 | 5.29 | 0.34 | 0.61 |
| Hex | BD | 7F | 79 | 0 | 21 | 24 | 1A | 5 | 22 | 3D |
| Octal | 275 | 177 | 171 | 0 | 41 | 44 | 32 | 5 | 42 | 75 |
| Binary | 10111101 | 1111111 | 1111001 | 0 | 100001 | 100100 | 11010 | 101 | 100010 | 111101 |
Color Harmonies of #BD7F79
Complementary color
Monochromatic Colors of #BD7F79
Black with #BD7F79
Text Example
Text Example
White with #BD7F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F79; }
p { color: rgb(189,127,121); }
H1.HeaderClassName
{
color: #BD7F79;
}
.AnyTagClassName
{
color: #BD7F79;
}
</style>
background-color css
<style>
a { background-color: #BD7F79; }
a { background-color: rgb(189,127,121); }
div.DivClassName
{
background-color: #BD7F79;
}
.BgClassName
{
background-color: #BD7F79;
}
</style>
border-color css
<style>
span { border-color: #BD7F79; }
span { border-color: rgb(189,127,121); }
td.TdClassName
{
border-color: #BD7F79;
}
.TagClassName
{
border-color: #BD7F79;
}
</style>