Shades of Brandy Rose #BF8779
Tints of Brandy Rose #BF8779
RGB
CMYK
RGB Variations
Color information
#BF8779 (or 0xBF8779) is known color: Brandy Rose. HEX triplet: BF, 87 and 79. RGB value is (191,135,121). Sum of RGB (Red+Green+Blue) = 191+135+121=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8779 is #407886. Grayscale: #969696. Windows color (decimal): -4225159 or 7964607. OLE color: 7964607.
HSL color Cylindrical-coordinate representation of color #BF8779: hue angle of 12º degrees, saturation: 0.35, 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 #BF8779 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 121 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.25 |
| HSL | 12º | 0.35% | 0.61% | - |
| HSV(B) | 12º | 0.37% | 0.75% | - |
| XYZ | 33.6 | 29.78 | 22.07 | - |
| YUV | 150.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 121 | 0 | 0.29 | 0.37 | 0.25 | 12 | 0.35 | 0.61 |
| Hex | BF | 87 | 79 | 0 | 1D | 25 | 19 | C | 23 | 3D |
| Octal | 277 | 207 | 171 | 0 | 35 | 45 | 31 | 14 | 43 | 75 |
| Binary | 10111111 | 10000111 | 1111001 | 0 | 11101 | 100101 | 11001 | 1100 | 100011 | 111101 |
Color Harmonies of #BF8779
Complementary color
Monochromatic Colors of #BF8779
Black with #BF8779
Text Example
Text Example
White with #BF8779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8779; }
p { color: rgb(191,135,121); }
H1.HeaderClassName
{
color: #BF8779;
}
.AnyTagClassName
{
color: #BF8779;
}
</style>
background-color css
<style>
a { background-color: #BF8779; }
a { background-color: rgb(191,135,121); }
div.DivClassName
{
background-color: #BF8779;
}
.BgClassName
{
background-color: #BF8779;
}
</style>
border-color css
<style>
span { border-color: #BF8779; }
span { border-color: rgb(191,135,121); }
td.TdClassName
{
border-color: #BF8779;
}
.TagClassName
{
border-color: #BF8779;
}
</style>