Shades of Brandy Rose #BF896F
Tints of Brandy Rose #BF896F
RGB
CMYK
RGB Variations
Color information
#BF896F (or 0xBF896F) is known color: Brandy Rose. HEX triplet: BF, 89 and 6F. RGB value is (191,137,111). Sum of RGB (Red+Green+Blue) = 191+137+111=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF896F is #407690. Grayscale: #969696. Windows color (decimal): -4224657 or 7309759. OLE color: 7309759.
HSL color Cylindrical-coordinate representation of color #BF896F: hue angle of 19.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF896F is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 111 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.25 |
| HSL | 19.5º | 0.38% | 0.59% | - |
| HSV(B) | 19.5º | 0.42% | 0.75% | - |
| XYZ | 33.3 | 30.12 | 19.1 | - |
| YUV | 150.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 111 | 0 | 0.28 | 0.42 | 0.25 | 19.5 | 0.38 | 0.59 |
| Hex | BF | 89 | 6F | 0 | 1C | 2A | 19 | 14 | 26 | 3B |
| Octal | 277 | 211 | 157 | 0 | 34 | 52 | 31 | 24 | 46 | 73 |
| Binary | 10111111 | 10001001 | 1101111 | 0 | 11100 | 101010 | 11001 | 10100 | 100110 | 111011 |
Color Harmonies of #BF896F
Complementary color
Monochromatic Colors of #BF896F
Black with #BF896F
Text Example
Text Example
White with #BF896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF896F; }
p { color: rgb(191,137,111); }
H1.HeaderClassName
{
color: #BF896F;
}
.AnyTagClassName
{
color: #BF896F;
}
</style>
background-color css
<style>
a { background-color: #BF896F; }
a { background-color: rgb(191,137,111); }
div.DivClassName
{
background-color: #BF896F;
}
.BgClassName
{
background-color: #BF896F;
}
</style>
border-color css
<style>
span { border-color: #BF896F; }
span { border-color: rgb(191,137,111); }
td.TdClassName
{
border-color: #BF896F;
}
.TagClassName
{
border-color: #BF896F;
}
</style>