Shades of Brandy Rose #BD806D
Tints of Brandy Rose #BD806D
RGB
CMYK
RGB Variations
Color information
#BD806D (or 0xBD806D) is known color: Brandy Rose. HEX triplet: BD, 80 and 6D. RGB value is (189,128,109). Sum of RGB (Red+Green+Blue) = 189+128+109=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD806D is #427F92. Grayscale: #909090. Windows color (decimal): -4358035 or 7176381. OLE color: 7176381.
HSL color Cylindrical-coordinate representation of color #BD806D: hue angle of 14.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD806D is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 109 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.26 |
| HSL | 14.25º | 0.38% | 0.58% | - |
| HSV(B) | 14.25º | 0.42% | 0.74% | - |
| XYZ | 31.47 | 27.36 | 18.09 | - |
| YUV | 144.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 109 | 0 | 0.32 | 0.42 | 0.26 | 14.25 | 0.38 | 0.58 |
| Hex | BD | 80 | 6D | 0 | 20 | 2A | 1A | E | 26 | 3A |
| Octal | 275 | 200 | 155 | 0 | 40 | 52 | 32 | 16 | 46 | 72 |
| Binary | 10111101 | 10000000 | 1101101 | 0 | 100000 | 101010 | 11010 | 1110 | 100110 | 111010 |
Color Harmonies of #BD806D
Complementary color
Monochromatic Colors of #BD806D
Black with #BD806D
Text Example
Text Example
White with #BD806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD806D; }
p { color: rgb(189,128,109); }
H1.HeaderClassName
{
color: #BD806D;
}
.AnyTagClassName
{
color: #BD806D;
}
</style>
background-color css
<style>
a { background-color: #BD806D; }
a { background-color: rgb(189,128,109); }
div.DivClassName
{
background-color: #BD806D;
}
.BgClassName
{
background-color: #BD806D;
}
</style>
border-color css
<style>
span { border-color: #BD806D; }
span { border-color: rgb(189,128,109); }
td.TdClassName
{
border-color: #BD806D;
}
.TagClassName
{
border-color: #BD806D;
}
</style>