Shades of Brandy Rose #BD806A
Tints of Brandy Rose #BD806A
RGB
CMYK
RGB Variations
Color information
#BD806A (or 0xBD806A) is known color: Brandy Rose. HEX triplet: BD, 80 and 6A. RGB value is (189,128,106). Sum of RGB (Red+Green+Blue) = 189+128+106=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD806A is #427F95. Grayscale: #8F8F8F. Windows color (decimal): -4358038 or 6979773. OLE color: 6979773.
HSL color Cylindrical-coordinate representation of color #BD806A: hue angle of 15.9º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD806A is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 106 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.26 |
| HSL | 15.9º | 0.39% | 0.58% | - |
| HSV(B) | 15.9º | 0.44% | 0.74% | - |
| XYZ | 31.31 | 27.3 | 17.25 | - |
| YUV | 143.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 106 | 0 | 0.32 | 0.44 | 0.26 | 15.9 | 0.39 | 0.58 |
| Hex | BD | 80 | 6A | 0 | 20 | 2C | 1A | 10 | 27 | 3A |
| Octal | 275 | 200 | 152 | 0 | 40 | 54 | 32 | 20 | 47 | 72 |
| Binary | 10111101 | 10000000 | 1101010 | 0 | 100000 | 101100 | 11010 | 10000 | 100111 | 111010 |
Color Harmonies of #BD806A
Complementary color
Monochromatic Colors of #BD806A
Black with #BD806A
Text Example
Text Example
White with #BD806A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD806A; }
p { color: rgb(189,128,106); }
H1.HeaderClassName
{
color: #BD806A;
}
.AnyTagClassName
{
color: #BD806A;
}
</style>
background-color css
<style>
a { background-color: #BD806A; }
a { background-color: rgb(189,128,106); }
div.DivClassName
{
background-color: #BD806A;
}
.BgClassName
{
background-color: #BD806A;
}
</style>
border-color css
<style>
span { border-color: #BD806A; }
span { border-color: rgb(189,128,106); }
td.TdClassName
{
border-color: #BD806A;
}
.TagClassName
{
border-color: #BD806A;
}
</style>