Shades of Brandy Rose #BF8271
Tints of Brandy Rose #BF8271
RGB
CMYK
RGB Variations
Color information
#BF8271 (or 0xBF8271) is known color: Brandy Rose. HEX triplet: BF, 82 and 71. RGB value is (191,130,113). Sum of RGB (Red+Green+Blue) = 191+130+113=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8271 is #407D8E. Grayscale: #929292. Windows color (decimal): -4226447 or 7439039. OLE color: 7439039.
HSL color Cylindrical-coordinate representation of color #BF8271: hue angle of 13.08º 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 #BF8271 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 113 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.25 |
| HSL | 13.08º | 0.38% | 0.6% | - |
| HSV(B) | 13.08º | 0.41% | 0.75% | - |
| XYZ | 32.45 | 28.23 | 19.36 | - |
| YUV | 146.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 113 | 0 | 0.32 | 0.41 | 0.25 | 13.08 | 0.38 | 0.6 |
| Hex | BF | 82 | 71 | 0 | 20 | 29 | 19 | D | 26 | 3C |
| Octal | 277 | 202 | 161 | 0 | 40 | 51 | 31 | 15 | 46 | 74 |
| Binary | 10111111 | 10000010 | 1110001 | 0 | 100000 | 101001 | 11001 | 1101 | 100110 | 111100 |
Color Harmonies of #BF8271
Complementary color
Monochromatic Colors of #BF8271
Black with #BF8271
Text Example
Text Example
White with #BF8271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8271; }
p { color: rgb(191,130,113); }
H1.HeaderClassName
{
color: #BF8271;
}
.AnyTagClassName
{
color: #BF8271;
}
</style>
background-color css
<style>
a { background-color: #BF8271; }
a { background-color: rgb(191,130,113); }
div.DivClassName
{
background-color: #BF8271;
}
.BgClassName
{
background-color: #BF8271;
}
</style>
border-color css
<style>
span { border-color: #BF8271; }
span { border-color: rgb(191,130,113); }
td.TdClassName
{
border-color: #BF8271;
}
.TagClassName
{
border-color: #BF8271;
}
</style>