Shades of Brandy Rose #BF8878
Tints of Brandy Rose #BF8878
RGB
CMYK
RGB Variations
Color information
#BF8878 (or 0xBF8878) is known color: Brandy Rose. HEX triplet: BF, 88 and 78. RGB value is (191,136,120). Sum of RGB (Red+Green+Blue) = 191+136+120=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8878 is #407787. Grayscale: #969696. Windows color (decimal): -4224904 or 7899327. OLE color: 7899327.
HSL color Cylindrical-coordinate representation of color #BF8878: hue angle of 13.52º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF8878 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 120 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.25 |
| HSL | 13.52º | 0.36% | 0.61% | - |
| HSV(B) | 13.52º | 0.37% | 0.75% | - |
| XYZ | 33.68 | 30.04 | 21.79 | - |
| YUV | 150.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 120 | 0 | 0.29 | 0.37 | 0.25 | 13.52 | 0.36 | 0.61 |
| Hex | BF | 88 | 78 | 0 | 1D | 25 | 19 | E | 24 | 3D |
| Octal | 277 | 210 | 170 | 0 | 35 | 45 | 31 | 16 | 44 | 75 |
| Binary | 10111111 | 10001000 | 1111000 | 0 | 11101 | 100101 | 11001 | 1110 | 100100 | 111101 |
Color Harmonies of #BF8878
Complementary color
Monochromatic Colors of #BF8878
Black with #BF8878
Text Example
Text Example
White with #BF8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8878; }
p { color: rgb(191,136,120); }
H1.HeaderClassName
{
color: #BF8878;
}
.AnyTagClassName
{
color: #BF8878;
}
</style>
background-color css
<style>
a { background-color: #BF8878; }
a { background-color: rgb(191,136,120); }
div.DivClassName
{
background-color: #BF8878;
}
.BgClassName
{
background-color: #BF8878;
}
</style>
border-color css
<style>
span { border-color: #BF8878; }
span { border-color: rgb(191,136,120); }
td.TdClassName
{
border-color: #BF8878;
}
.TagClassName
{
border-color: #BF8878;
}
</style>