Shades of Brandy Rose #BF8D7D
Tints of Brandy Rose #BF8D7D
RGB
CMYK
RGB Variations
Color information
#BF8D7D (or 0xBF8D7D) is known color: Brandy Rose. HEX triplet: BF, 8D and 7D. RGB value is (191,141,125). Sum of RGB (Red+Green+Blue) = 191+141+125=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8D7D is #407282. Grayscale: #9A9A9A. Windows color (decimal): -4223619 or 8228287. OLE color: 8228287.
HSL color Cylindrical-coordinate representation of color #BF8D7D: hue angle of 14.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF8D7D is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 125 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.25 |
| HSL | 14.55º | 0.34% | 0.62% | - |
| HSV(B) | 14.55º | 0.35% | 0.75% | - |
| XYZ | 34.71 | 31.61 | 23.67 | - |
| YUV | 154.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 125 | 0 | 0.26 | 0.35 | 0.25 | 14.55 | 0.34 | 0.62 |
| Hex | BF | 8D | 7D | 0 | 1A | 23 | 19 | F | 22 | 3E |
| Octal | 277 | 215 | 175 | 0 | 32 | 43 | 31 | 17 | 42 | 76 |
| Binary | 10111111 | 10001101 | 1111101 | 0 | 11010 | 100011 | 11001 | 1111 | 100010 | 111110 |
Color Harmonies of #BF8D7D
Complementary color
Monochromatic Colors of #BF8D7D
Black with #BF8D7D
Text Example
Text Example
White with #BF8D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D7D; }
p { color: rgb(191,141,125); }
H1.HeaderClassName
{
color: #BF8D7D;
}
.AnyTagClassName
{
color: #BF8D7D;
}
</style>
background-color css
<style>
a { background-color: #BF8D7D; }
a { background-color: rgb(191,141,125); }
div.DivClassName
{
background-color: #BF8D7D;
}
.BgClassName
{
background-color: #BF8D7D;
}
</style>
border-color css
<style>
span { border-color: #BF8D7D; }
span { border-color: rgb(191,141,125); }
td.TdClassName
{
border-color: #BF8D7D;
}
.TagClassName
{
border-color: #BF8D7D;
}
</style>