Shades of Brandy Rose #BD8180
Tints of Brandy Rose #BD8180
RGB
CMYK
RGB Variations
Color information
#BD8180 (or 0xBD8180) is known color: Brandy Rose. HEX triplet: BD, 81 and 80. RGB value is (189,129,128). Sum of RGB (Red+Green+Blue) = 189+129+128=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8180 is #427E7F. Grayscale: #929292. Windows color (decimal): -4357760 or 8421821. OLE color: 8421821.
HSL color Cylindrical-coordinate representation of color #BD8180: hue angle of 0.98º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD8180 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 128 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.26 |
| HSL | 0.98º | 0.32% | 0.62% | - |
| HSV(B) | 0.98º | 0.32% | 0.74% | - |
| XYZ | 32.73 | 28.08 | 24.12 | - |
| YUV | 146.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 128 | 0 | 0.32 | 0.32 | 0.26 | 0.98 | 0.32 | 0.62 |
| Hex | BD | 81 | 80 | 0 | 20 | 20 | 1A | 1 | 20 | 3E |
| Octal | 275 | 201 | 200 | 0 | 40 | 40 | 32 | 1 | 40 | 76 |
| Binary | 10111101 | 10000001 | 10000000 | 0 | 100000 | 100000 | 11010 | 1 | 100000 | 111110 |
Color Harmonies of #BD8180
Complementary color
Monochromatic Colors of #BD8180
Black with #BD8180
Text Example
Text Example
White with #BD8180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8180; }
p { color: rgb(189,129,128); }
H1.HeaderClassName
{
color: #BD8180;
}
.AnyTagClassName
{
color: #BD8180;
}
</style>
background-color css
<style>
a { background-color: #BD8180; }
a { background-color: rgb(189,129,128); }
div.DivClassName
{
background-color: #BD8180;
}
.BgClassName
{
background-color: #BD8180;
}
</style>
border-color css
<style>
span { border-color: #BD8180; }
span { border-color: rgb(189,129,128); }
td.TdClassName
{
border-color: #BD8180;
}
.TagClassName
{
border-color: #BD8180;
}
</style>