Shades of Brandy Rose #BD8670
Tints of Brandy Rose #BD8670
RGB
CMYK
RGB Variations
Color information
#BD8670 (or 0xBD8670) is known color: Brandy Rose. HEX triplet: BD, 86 and 70. RGB value is (189,134,112). Sum of RGB (Red+Green+Blue) = 189+134+112=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8670 is #42798F. Grayscale: #949494. Windows color (decimal): -4356496 or 7374525. OLE color: 7374525.
HSL color Cylindrical-coordinate representation of color #BD8670: hue angle of 17.14º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD8670 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 112 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.26 |
| HSL | 17.14º | 0.37% | 0.59% | - |
| HSV(B) | 17.14º | 0.41% | 0.74% | - |
| XYZ | 32.44 | 29.04 | 19.22 | - |
| YUV | 147.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 112 | 0 | 0.29 | 0.41 | 0.26 | 17.14 | 0.37 | 0.59 |
| Hex | BD | 86 | 70 | 0 | 1D | 29 | 1A | 11 | 25 | 3B |
| Octal | 275 | 206 | 160 | 0 | 35 | 51 | 32 | 21 | 45 | 73 |
| Binary | 10111101 | 10000110 | 1110000 | 0 | 11101 | 101001 | 11010 | 10001 | 100101 | 111011 |
Color Harmonies of #BD8670
Complementary color
Monochromatic Colors of #BD8670
Black with #BD8670
Text Example
Text Example
White with #BD8670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8670; }
p { color: rgb(189,134,112); }
H1.HeaderClassName
{
color: #BD8670;
}
.AnyTagClassName
{
color: #BD8670;
}
</style>
background-color css
<style>
a { background-color: #BD8670; }
a { background-color: rgb(189,134,112); }
div.DivClassName
{
background-color: #BD8670;
}
.BgClassName
{
background-color: #BD8670;
}
</style>
border-color css
<style>
span { border-color: #BD8670; }
span { border-color: rgb(189,134,112); }
td.TdClassName
{
border-color: #BD8670;
}
.TagClassName
{
border-color: #BD8670;
}
</style>