Shades of Brandy Rose #BD817D
Tints of Brandy Rose #BD817D
RGB
CMYK
RGB Variations
Color information
#BD817D (or 0xBD817D) is known color: Brandy Rose. HEX triplet: BD, 81 and 7D. RGB value is (189,129,125). Sum of RGB (Red+Green+Blue) = 189+129+125=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD817D is #427E82. Grayscale: #929292. Windows color (decimal): -4357763 or 8225213. OLE color: 8225213.
HSL color Cylindrical-coordinate representation of color #BD817D: hue angle of 3.75º 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 #BD817D is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 125 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.26 |
| HSL | 3.75º | 0.33% | 0.62% | - |
| HSV(B) | 3.75º | 0.34% | 0.74% | - |
| XYZ | 32.54 | 28 | 23.09 | - |
| YUV | 146.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 125 | 0 | 0.32 | 0.34 | 0.26 | 3.75 | 0.33 | 0.62 |
| Hex | BD | 81 | 7D | 0 | 20 | 22 | 1A | 4 | 21 | 3E |
| Octal | 275 | 201 | 175 | 0 | 40 | 42 | 32 | 4 | 41 | 76 |
| Binary | 10111101 | 10000001 | 1111101 | 0 | 100000 | 100010 | 11010 | 100 | 100001 | 111110 |
Color Harmonies of #BD817D
Complementary color
Monochromatic Colors of #BD817D
Black with #BD817D
Text Example
Text Example
White with #BD817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD817D; }
p { color: rgb(189,129,125); }
H1.HeaderClassName
{
color: #BD817D;
}
.AnyTagClassName
{
color: #BD817D;
}
</style>
background-color css
<style>
a { background-color: #BD817D; }
a { background-color: rgb(189,129,125); }
div.DivClassName
{
background-color: #BD817D;
}
.BgClassName
{
background-color: #BD817D;
}
</style>
border-color css
<style>
span { border-color: #BD817D; }
span { border-color: rgb(189,129,125); }
td.TdClassName
{
border-color: #BD817D;
}
.TagClassName
{
border-color: #BD817D;
}
</style>