Shades of Brandy Rose #BD847D
Tints of Brandy Rose #BD847D
RGB
CMYK
RGB Variations
Color information
#BD847D (or 0xBD847D) is known color: Brandy Rose. HEX triplet: BD, 84 and 7D. RGB value is (189,132,125). Sum of RGB (Red+Green+Blue) = 189+132+125=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD847D is #427B82. Grayscale: #949494. Windows color (decimal): -4356995 or 8225981. OLE color: 8225981.
HSL color Cylindrical-coordinate representation of color #BD847D: hue angle of 6.56º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD847D is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 125 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.26 |
| HSL | 6.56º | 0.33% | 0.62% | - |
| HSV(B) | 6.56º | 0.34% | 0.74% | - |
| XYZ | 32.94 | 28.8 | 23.23 | - |
| YUV | 148.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 125 | 0 | 0.30 | 0.34 | 0.26 | 6.56 | 0.33 | 0.62 |
| Hex | BD | 84 | 7D | 0 | 1E | 22 | 1A | 7 | 21 | 3E |
| Octal | 275 | 204 | 175 | 0 | 36 | 42 | 32 | 7 | 41 | 76 |
| Binary | 10111101 | 10000100 | 1111101 | 0 | 11110 | 100010 | 11010 | 111 | 100001 | 111110 |
Color Harmonies of #BD847D
Complementary color
Monochromatic Colors of #BD847D
Black with #BD847D
Text Example
Text Example
White with #BD847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD847D; }
p { color: rgb(189,132,125); }
H1.HeaderClassName
{
color: #BD847D;
}
.AnyTagClassName
{
color: #BD847D;
}
</style>
background-color css
<style>
a { background-color: #BD847D; }
a { background-color: rgb(189,132,125); }
div.DivClassName
{
background-color: #BD847D;
}
.BgClassName
{
background-color: #BD847D;
}
</style>
border-color css
<style>
span { border-color: #BD847D; }
span { border-color: rgb(189,132,125); }
td.TdClassName
{
border-color: #BD847D;
}
.TagClassName
{
border-color: #BD847D;
}
</style>