Shades of Brandy Rose #BD817E
Tints of Brandy Rose #BD817E
RGB
CMYK
RGB Variations
Color information
#BD817E (or 0xBD817E) is known color: Brandy Rose. HEX triplet: BD, 81 and 7E. RGB value is (189,129,126). Sum of RGB (Red+Green+Blue) = 189+129+126=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD817E is #427E81. Grayscale: #929292. Windows color (decimal): -4357762 or 8290749. OLE color: 8290749.
HSL color Cylindrical-coordinate representation of color #BD817E: hue angle of 2.86º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD817E is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 126 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.26 |
| HSL | 2.86º | 0.32% | 0.62% | - |
| HSV(B) | 2.86º | 0.33% | 0.74% | - |
| XYZ | 32.6 | 28.03 | 23.43 | - |
| YUV | 146.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 126 | 0 | 0.32 | 0.33 | 0.26 | 2.86 | 0.32 | 0.62 |
| Hex | BD | 81 | 7E | 0 | 20 | 21 | 1A | 3 | 20 | 3E |
| Octal | 275 | 201 | 176 | 0 | 40 | 41 | 32 | 3 | 40 | 76 |
| Binary | 10111101 | 10000001 | 1111110 | 0 | 100000 | 100001 | 11010 | 11 | 100000 | 111110 |
Color Harmonies of #BD817E
Complementary color
Monochromatic Colors of #BD817E
Black with #BD817E
Text Example
Text Example
White with #BD817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD817E; }
p { color: rgb(189,129,126); }
H1.HeaderClassName
{
color: #BD817E;
}
.AnyTagClassName
{
color: #BD817E;
}
</style>
background-color css
<style>
a { background-color: #BD817E; }
a { background-color: rgb(189,129,126); }
div.DivClassName
{
background-color: #BD817E;
}
.BgClassName
{
background-color: #BD817E;
}
</style>
border-color css
<style>
span { border-color: #BD817E; }
span { border-color: rgb(189,129,126); }
td.TdClassName
{
border-color: #BD817E;
}
.TagClassName
{
border-color: #BD817E;
}
</style>