Shades of Brandy Rose #BF7B78
Tints of Brandy Rose #BF7B78
RGB
CMYK
RGB Variations
Color information
#BF7B78 (or 0xBF7B78) is known color: Brandy Rose. HEX triplet: BF, 7B and 78. RGB value is (191,123,120). Sum of RGB (Red+Green+Blue) = 191+123+120=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B78 is #408487. Grayscale: #8F8F8F. Windows color (decimal): -4228232 or 7895999. OLE color: 7895999.
HSL color Cylindrical-coordinate representation of color #BF7B78: hue angle of 2.54º 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 #BF7B78 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 123 | 120 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.25 |
| HSL | 2.54º | 0.36% | 0.61% | - |
| HSV(B) | 2.54º | 0.37% | 0.75% | - |
| XYZ | 31.96 | 26.6 | 21.22 | - |
| YUV | 142.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 120 | 0 | 0.36 | 0.37 | 0.25 | 2.54 | 0.36 | 0.61 |
| Hex | BF | 7B | 78 | 0 | 24 | 25 | 19 | 3 | 24 | 3D |
| Octal | 277 | 173 | 170 | 0 | 44 | 45 | 31 | 3 | 44 | 75 |
| Binary | 10111111 | 1111011 | 1111000 | 0 | 100100 | 100101 | 11001 | 11 | 100100 | 111101 |
Color Harmonies of #BF7B78
Complementary color
Monochromatic Colors of #BF7B78
Black with #BF7B78
Text Example
Text Example
White with #BF7B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7B78; }
p { color: rgb(191,123,120); }
H1.HeaderClassName
{
color: #BF7B78;
}
.AnyTagClassName
{
color: #BF7B78;
}
</style>
background-color css
<style>
a { background-color: #BF7B78; }
a { background-color: rgb(191,123,120); }
div.DivClassName
{
background-color: #BF7B78;
}
.BgClassName
{
background-color: #BF7B78;
}
</style>
border-color css
<style>
span { border-color: #BF7B78; }
span { border-color: rgb(191,123,120); }
td.TdClassName
{
border-color: #BF7B78;
}
.TagClassName
{
border-color: #BF7B78;
}
</style>