Shades of Brandy Rose #BF8078
Tints of Brandy Rose #BF8078
RGB
CMYK
RGB Variations
Color information
#BF8078 (or 0xBF8078) is known color: Brandy Rose. HEX triplet: BF, 80 and 78. RGB value is (191,128,120). Sum of RGB (Red+Green+Blue) = 191+128+120=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8078 is #407F87. Grayscale: #929292. Windows color (decimal): -4226952 or 7897279. OLE color: 7897279.
HSL color Cylindrical-coordinate representation of color #BF8078: hue angle of 6.76º 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 #BF8078 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 120 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.25 |
| HSL | 6.76º | 0.36% | 0.61% | - |
| HSV(B) | 6.76º | 0.37% | 0.75% | - |
| XYZ | 32.6 | 27.87 | 21.43 | - |
| YUV | 145.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 120 | 0 | 0.33 | 0.37 | 0.25 | 6.76 | 0.36 | 0.61 |
| Hex | BF | 80 | 78 | 0 | 21 | 25 | 19 | 7 | 24 | 3D |
| Octal | 277 | 200 | 170 | 0 | 41 | 45 | 31 | 7 | 44 | 75 |
| Binary | 10111111 | 10000000 | 1111000 | 0 | 100001 | 100101 | 11001 | 111 | 100100 | 111101 |
Color Harmonies of #BF8078
Complementary color
Monochromatic Colors of #BF8078
Black with #BF8078
Text Example
Text Example
White with #BF8078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8078; }
p { color: rgb(191,128,120); }
H1.HeaderClassName
{
color: #BF8078;
}
.AnyTagClassName
{
color: #BF8078;
}
</style>
background-color css
<style>
a { background-color: #BF8078; }
a { background-color: rgb(191,128,120); }
div.DivClassName
{
background-color: #BF8078;
}
.BgClassName
{
background-color: #BF8078;
}
</style>
border-color css
<style>
span { border-color: #BF8078; }
span { border-color: rgb(191,128,120); }
td.TdClassName
{
border-color: #BF8078;
}
.TagClassName
{
border-color: #BF8078;
}
</style>