Shades of Brandy Rose #BD7F6E
Tints of Brandy Rose #BD7F6E
RGB
CMYK
RGB Variations
Color information
#BD7F6E (or 0xBD7F6E) is known color: Brandy Rose. HEX triplet: BD, 7F and 6E. RGB value is (189,127,110). Sum of RGB (Red+Green+Blue) = 189+127+110=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F6E is #428091. Grayscale: #8F8F8F. Windows color (decimal): -4358290 or 7241661. OLE color: 7241661.
HSL color Cylindrical-coordinate representation of color #BD7F6E: hue angle of 12.91º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD7F6E is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 110 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.26 |
| HSL | 12.91º | 0.37% | 0.59% | - |
| HSV(B) | 12.91º | 0.42% | 0.74% | - |
| XYZ | 31.39 | 27.12 | 18.33 | - |
| YUV | 143.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 110 | 0 | 0.33 | 0.42 | 0.26 | 12.91 | 0.37 | 0.59 |
| Hex | BD | 7F | 6E | 0 | 21 | 2A | 1A | D | 25 | 3B |
| Octal | 275 | 177 | 156 | 0 | 41 | 52 | 32 | 15 | 45 | 73 |
| Binary | 10111101 | 1111111 | 1101110 | 0 | 100001 | 101010 | 11010 | 1101 | 100101 | 111011 |
Color Harmonies of #BD7F6E
Complementary color
Monochromatic Colors of #BD7F6E
Black with #BD7F6E
Text Example
Text Example
White with #BD7F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F6E; }
p { color: rgb(189,127,110); }
H1.HeaderClassName
{
color: #BD7F6E;
}
.AnyTagClassName
{
color: #BD7F6E;
}
</style>
background-color css
<style>
a { background-color: #BD7F6E; }
a { background-color: rgb(189,127,110); }
div.DivClassName
{
background-color: #BD7F6E;
}
.BgClassName
{
background-color: #BD7F6E;
}
</style>
border-color css
<style>
span { border-color: #BD7F6E; }
span { border-color: rgb(189,127,110); }
td.TdClassName
{
border-color: #BD7F6E;
}
.TagClassName
{
border-color: #BD7F6E;
}
</style>