Shades of Brandy Rose #BF8A77
Tints of Brandy Rose #BF8A77
RGB
CMYK
RGB Variations
Color information
#BF8A77 (or 0xBF8A77) is known color: Brandy Rose. HEX triplet: BF, 8A and 77. RGB value is (191,138,119). Sum of RGB (Red+Green+Blue) = 191+138+119=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A77 is #407588. Grayscale: #979797. Windows color (decimal): -4224393 or 7834303. OLE color: 7834303.
HSL color Cylindrical-coordinate representation of color #BF8A77: hue angle of 15.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF8A77 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 138 | 119 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.25 |
| HSL | 15.83º | 0.36% | 0.61% | - |
| HSV(B) | 15.83º | 0.38% | 0.75% | - |
| XYZ | 33.9 | 30.59 | 21.57 | - |
| YUV | 151.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 119 | 0 | 0.28 | 0.38 | 0.25 | 15.83 | 0.36 | 0.61 |
| Hex | BF | 8A | 77 | 0 | 1C | 26 | 19 | 10 | 24 | 3D |
| Octal | 277 | 212 | 167 | 0 | 34 | 46 | 31 | 20 | 44 | 75 |
| Binary | 10111111 | 10001010 | 1110111 | 0 | 11100 | 100110 | 11001 | 10000 | 100100 | 111101 |
Color Harmonies of #BF8A77
Complementary color
Monochromatic Colors of #BF8A77
Black with #BF8A77
Text Example
Text Example
White with #BF8A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8A77; }
p { color: rgb(191,138,119); }
H1.HeaderClassName
{
color: #BF8A77;
}
.AnyTagClassName
{
color: #BF8A77;
}
</style>
background-color css
<style>
a { background-color: #BF8A77; }
a { background-color: rgb(191,138,119); }
div.DivClassName
{
background-color: #BF8A77;
}
.BgClassName
{
background-color: #BF8A77;
}
</style>
border-color css
<style>
span { border-color: #BF8A77; }
span { border-color: rgb(191,138,119); }
td.TdClassName
{
border-color: #BF8A77;
}
.TagClassName
{
border-color: #BF8A77;
}
</style>