Shades of Brandy Rose #BD8F7E
Tints of Brandy Rose #BD8F7E
RGB
CMYK
RGB Variations
Color information
#BD8F7E (or 0xBD8F7E) is known color: Brandy Rose. HEX triplet: BD, 8F and 7E. RGB value is (189,143,126). Sum of RGB (Red+Green+Blue) = 189+143+126=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F7E is #427081. Grayscale: #9A9A9A. Windows color (decimal): -4354178 or 8294333. OLE color: 8294333.
HSL color Cylindrical-coordinate representation of color #BD8F7E: hue angle of 16.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD8F7E is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 126 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.26 |
| HSL | 16.19º | 0.32% | 0.62% | - |
| HSV(B) | 16.19º | 0.33% | 0.74% | - |
| XYZ | 34.57 | 31.97 | 24.09 | - |
| YUV | 154.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 126 | 0 | 0.24 | 0.33 | 0.26 | 16.19 | 0.32 | 0.62 |
| Hex | BD | 8F | 7E | 0 | 18 | 21 | 1A | 10 | 20 | 3E |
| Octal | 275 | 217 | 176 | 0 | 30 | 41 | 32 | 20 | 40 | 76 |
| Binary | 10111101 | 10001111 | 1111110 | 0 | 11000 | 100001 | 11010 | 10000 | 100000 | 111110 |
Color Harmonies of #BD8F7E
Complementary color
Monochromatic Colors of #BD8F7E
Black with #BD8F7E
Text Example
Text Example
White with #BD8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F7E; }
p { color: rgb(189,143,126); }
H1.HeaderClassName
{
color: #BD8F7E;
}
.AnyTagClassName
{
color: #BD8F7E;
}
</style>
background-color css
<style>
a { background-color: #BD8F7E; }
a { background-color: rgb(189,143,126); }
div.DivClassName
{
background-color: #BD8F7E;
}
.BgClassName
{
background-color: #BD8F7E;
}
</style>
border-color css
<style>
span { border-color: #BD8F7E; }
span { border-color: rgb(189,143,126); }
td.TdClassName
{
border-color: #BD8F7E;
}
.TagClassName
{
border-color: #BD8F7E;
}
</style>