Shades of Brandy Rose #BF8275
Tints of Brandy Rose #BF8275
RGB
CMYK
RGB Variations
Color information
#BF8275 (or 0xBF8275) is known color: Brandy Rose. HEX triplet: BF, 82 and 75. RGB value is (191,130,117). Sum of RGB (Red+Green+Blue) = 191+130+117=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8275 is #407D8A. Grayscale: #929292. Windows color (decimal): -4226443 or 7701183. OLE color: 7701183.
HSL color Cylindrical-coordinate representation of color #BF8275: hue angle of 10.54º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF8275 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 117 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.25 |
| HSL | 10.54º | 0.37% | 0.6% | - |
| HSV(B) | 10.54º | 0.39% | 0.75% | - |
| XYZ | 32.68 | 28.33 | 20.57 | - |
| YUV | 146.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 117 | 0 | 0.32 | 0.39 | 0.25 | 10.54 | 0.37 | 0.6 |
| Hex | BF | 82 | 75 | 0 | 20 | 27 | 19 | B | 25 | 3C |
| Octal | 277 | 202 | 165 | 0 | 40 | 47 | 31 | 13 | 45 | 74 |
| Binary | 10111111 | 10000010 | 1110101 | 0 | 100000 | 100111 | 11001 | 1011 | 100101 | 111100 |
Color Harmonies of #BF8275
Complementary color
Monochromatic Colors of #BF8275
Black with #BF8275
Text Example
Text Example
White with #BF8275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8275; }
p { color: rgb(191,130,117); }
H1.HeaderClassName
{
color: #BF8275;
}
.AnyTagClassName
{
color: #BF8275;
}
</style>
background-color css
<style>
a { background-color: #BF8275; }
a { background-color: rgb(191,130,117); }
div.DivClassName
{
background-color: #BF8275;
}
.BgClassName
{
background-color: #BF8275;
}
</style>
border-color css
<style>
span { border-color: #BF8275; }
span { border-color: rgb(191,130,117); }
td.TdClassName
{
border-color: #BF8275;
}
.TagClassName
{
border-color: #BF8275;
}
</style>