Shades of Brandy Rose #BF8471
Tints of Brandy Rose #BF8471
RGB
CMYK
RGB Variations
Color information
#BF8471 (or 0xBF8471) is known color: Brandy Rose. HEX triplet: BF, 84 and 71. RGB value is (191,132,113). Sum of RGB (Red+Green+Blue) = 191+132+113=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8471 is #407B8E. Grayscale: #939393. Windows color (decimal): -4225935 or 7439551. OLE color: 7439551.
HSL color Cylindrical-coordinate representation of color #BF8471: hue angle of 14.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF8471 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 132 | 113 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.25 |
| HSL | 14.62º | 0.38% | 0.6% | - |
| HSV(B) | 14.62º | 0.41% | 0.75% | - |
| XYZ | 32.72 | 28.77 | 19.45 | - |
| YUV | 147.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 113 | 0 | 0.31 | 0.41 | 0.25 | 14.62 | 0.38 | 0.6 |
| Hex | BF | 84 | 71 | 0 | 1F | 29 | 19 | F | 26 | 3C |
| Octal | 277 | 204 | 161 | 0 | 37 | 51 | 31 | 17 | 46 | 74 |
| Binary | 10111111 | 10000100 | 1110001 | 0 | 11111 | 101001 | 11001 | 1111 | 100110 | 111100 |
Color Harmonies of #BF8471
Complementary color
Monochromatic Colors of #BF8471
Black with #BF8471
Text Example
Text Example
White with #BF8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8471; }
p { color: rgb(191,132,113); }
H1.HeaderClassName
{
color: #BF8471;
}
.AnyTagClassName
{
color: #BF8471;
}
</style>
background-color css
<style>
a { background-color: #BF8471; }
a { background-color: rgb(191,132,113); }
div.DivClassName
{
background-color: #BF8471;
}
.BgClassName
{
background-color: #BF8471;
}
</style>
border-color css
<style>
span { border-color: #BF8471; }
span { border-color: rgb(191,132,113); }
td.TdClassName
{
border-color: #BF8471;
}
.TagClassName
{
border-color: #BF8471;
}
</style>