Shades of Brandy Rose #BF897C
Tints of Brandy Rose #BF897C
RGB
CMYK
RGB Variations
Color information
#BF897C (or 0xBF897C) is known color: Brandy Rose. HEX triplet: BF, 89 and 7C. RGB value is (191,137,124). Sum of RGB (Red+Green+Blue) = 191+137+124=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF897C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF897C is #407683. Grayscale: #979797. Windows color (decimal): -4224644 or 8161727. OLE color: 8161727.
HSL color Cylindrical-coordinate representation of color #BF897C: hue angle of 11.64º 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 #BF897C is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 124 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.25 |
| HSL | 11.64º | 0.34% | 0.62% | - |
| HSV(B) | 11.64º | 0.35% | 0.75% | - |
| XYZ | 34.07 | 30.42 | 23.15 | - |
| YUV | 151.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 124 | 0 | 0.28 | 0.35 | 0.25 | 11.64 | 0.34 | 0.62 |
| Hex | BF | 89 | 7C | 0 | 1C | 23 | 19 | C | 22 | 3E |
| Octal | 277 | 211 | 174 | 0 | 34 | 43 | 31 | 14 | 42 | 76 |
| Binary | 10111111 | 10001001 | 1111100 | 0 | 11100 | 100011 | 11001 | 1100 | 100010 | 111110 |
Color Harmonies of #BF897C
Complementary color
Monochromatic Colors of #BF897C
Black with #BF897C
Text Example
Text Example
White with #BF897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF897C; }
p { color: rgb(191,137,124); }
H1.HeaderClassName
{
color: #BF897C;
}
.AnyTagClassName
{
color: #BF897C;
}
</style>
background-color css
<style>
a { background-color: #BF897C; }
a { background-color: rgb(191,137,124); }
div.DivClassName
{
background-color: #BF897C;
}
.BgClassName
{
background-color: #BF897C;
}
</style>
border-color css
<style>
span { border-color: #BF897C; }
span { border-color: rgb(191,137,124); }
td.TdClassName
{
border-color: #BF897C;
}
.TagClassName
{
border-color: #BF897C;
}
</style>