Shades of Brandy Rose #BF8978
Tints of Brandy Rose #BF8978
RGB
CMYK
RGB Variations
Color information
#BF8978 (or 0xBF8978) is known color: Brandy Rose. HEX triplet: BF, 89 and 78. RGB value is (191,137,120). Sum of RGB (Red+Green+Blue) = 191+137+120=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8978 is #407687. Grayscale: #979797. Windows color (decimal): -4224648 or 7899583. OLE color: 7899583.
HSL color Cylindrical-coordinate representation of color #BF8978: hue angle of 14.37º 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 #BF8978 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 120 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.25 |
| HSL | 14.37º | 0.36% | 0.61% | - |
| HSV(B) | 14.37º | 0.37% | 0.75% | - |
| XYZ | 33.82 | 30.32 | 21.84 | - |
| YUV | 151.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 120 | 0 | 0.28 | 0.37 | 0.25 | 14.37 | 0.36 | 0.61 |
| Hex | BF | 89 | 78 | 0 | 1C | 25 | 19 | E | 24 | 3D |
| Octal | 277 | 211 | 170 | 0 | 34 | 45 | 31 | 16 | 44 | 75 |
| Binary | 10111111 | 10001001 | 1111000 | 0 | 11100 | 100101 | 11001 | 1110 | 100100 | 111101 |
Color Harmonies of #BF8978
Complementary color
Monochromatic Colors of #BF8978
Black with #BF8978
Text Example
Text Example
White with #BF8978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8978; }
p { color: rgb(191,137,120); }
H1.HeaderClassName
{
color: #BF8978;
}
.AnyTagClassName
{
color: #BF8978;
}
</style>
background-color css
<style>
a { background-color: #BF8978; }
a { background-color: rgb(191,137,120); }
div.DivClassName
{
background-color: #BF8978;
}
.BgClassName
{
background-color: #BF8978;
}
</style>
border-color css
<style>
span { border-color: #BF8978; }
span { border-color: rgb(191,137,120); }
td.TdClassName
{
border-color: #BF8978;
}
.TagClassName
{
border-color: #BF8978;
}
</style>