Shades of Brandy Rose #BD7F6C
Tints of Brandy Rose #BD7F6C
RGB
CMYK
RGB Variations
Color information
#BD7F6C (or 0xBD7F6C) is known color: Brandy Rose. HEX triplet: BD, 7F and 6C. RGB value is (189,127,108). Sum of RGB (Red+Green+Blue) = 189+127+108=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F6C is #428093. Grayscale: #8F8F8F. Windows color (decimal): -4358292 or 7110589. OLE color: 7110589.
HSL color Cylindrical-coordinate representation of color #BD7F6C: hue angle of 14.07º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD7F6C is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 108 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.26 |
| HSL | 14.07º | 0.38% | 0.58% | - |
| HSV(B) | 14.07º | 0.43% | 0.74% | - |
| XYZ | 31.28 | 27.08 | 17.77 | - |
| YUV | 143.37 | 108.04 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 108 | 0 | 0.33 | 0.43 | 0.26 | 14.07 | 0.38 | 0.58 |
| Hex | BD | 7F | 6C | 0 | 21 | 2B | 1A | E | 26 | 3A |
| Octal | 275 | 177 | 154 | 0 | 41 | 53 | 32 | 16 | 46 | 72 |
| Binary | 10111101 | 1111111 | 1101100 | 0 | 100001 | 101011 | 11010 | 1110 | 100110 | 111010 |
Color Harmonies of #BD7F6C
Complementary color
Monochromatic Colors of #BD7F6C
Black with #BD7F6C
Text Example
Text Example
White with #BD7F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F6C; }
p { color: rgb(189,127,108); }
H1.HeaderClassName
{
color: #BD7F6C;
}
.AnyTagClassName
{
color: #BD7F6C;
}
</style>
background-color css
<style>
a { background-color: #BD7F6C; }
a { background-color: rgb(189,127,108); }
div.DivClassName
{
background-color: #BD7F6C;
}
.BgClassName
{
background-color: #BD7F6C;
}
</style>
border-color css
<style>
span { border-color: #BD7F6C; }
span { border-color: rgb(189,127,108); }
td.TdClassName
{
border-color: #BD7F6C;
}
.TagClassName
{
border-color: #BD7F6C;
}
</style>