Shades of Brandy Rose #BD806B
Tints of Brandy Rose #BD806B
RGB
CMYK
RGB Variations
Color information
#BD806B (or 0xBD806B) is known color: Brandy Rose. HEX triplet: BD, 80 and 6B. RGB value is (189,128,107). Sum of RGB (Red+Green+Blue) = 189+128+107=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD806B is #427F94. Grayscale: #8F8F8F. Windows color (decimal): -4358037 or 7045309. OLE color: 7045309.
HSL color Cylindrical-coordinate representation of color #BD806B: hue angle of 15.37º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD806B is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 107 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.26 |
| HSL | 15.37º | 0.38% | 0.58% | - |
| HSV(B) | 15.37º | 0.43% | 0.74% | - |
| XYZ | 31.36 | 27.32 | 17.53 | - |
| YUV | 143.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 107 | 0 | 0.32 | 0.43 | 0.26 | 15.37 | 0.38 | 0.58 |
| Hex | BD | 80 | 6B | 0 | 20 | 2B | 1A | F | 26 | 3A |
| Octal | 275 | 200 | 153 | 0 | 40 | 53 | 32 | 17 | 46 | 72 |
| Binary | 10111101 | 10000000 | 1101011 | 0 | 100000 | 101011 | 11010 | 1111 | 100110 | 111010 |
Color Harmonies of #BD806B
Complementary color
Monochromatic Colors of #BD806B
Black with #BD806B
Text Example
Text Example
White with #BD806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD806B; }
p { color: rgb(189,128,107); }
H1.HeaderClassName
{
color: #BD806B;
}
.AnyTagClassName
{
color: #BD806B;
}
</style>
background-color css
<style>
a { background-color: #BD806B; }
a { background-color: rgb(189,128,107); }
div.DivClassName
{
background-color: #BD806B;
}
.BgClassName
{
background-color: #BD806B;
}
</style>
border-color css
<style>
span { border-color: #BD806B; }
span { border-color: rgb(189,128,107); }
td.TdClassName
{
border-color: #BD806B;
}
.TagClassName
{
border-color: #BD806B;
}
</style>