Shades of Brandy Rose #BF8770
Tints of Brandy Rose #BF8770
RGB
CMYK
RGB Variations
Color information
#BF8770 (or 0xBF8770) is known color: Brandy Rose. HEX triplet: BF, 87 and 70. RGB value is (191,135,112). Sum of RGB (Red+Green+Blue) = 191+135+112=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8770 is #40788F. Grayscale: #959595. Windows color (decimal): -4225168 or 7374783. OLE color: 7374783.
HSL color Cylindrical-coordinate representation of color #BF8770: hue angle of 17.47º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF8770 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 112 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.25 |
| HSL | 17.47º | 0.38% | 0.59% | - |
| HSV(B) | 17.47º | 0.41% | 0.75% | - |
| XYZ | 33.07 | 29.57 | 19.29 | - |
| YUV | 149.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 112 | 0 | 0.29 | 0.41 | 0.25 | 17.47 | 0.38 | 0.59 |
| Hex | BF | 87 | 70 | 0 | 1D | 29 | 19 | 11 | 26 | 3B |
| Octal | 277 | 207 | 160 | 0 | 35 | 51 | 31 | 21 | 46 | 73 |
| Binary | 10111111 | 10000111 | 1110000 | 0 | 11101 | 101001 | 11001 | 10001 | 100110 | 111011 |
Color Harmonies of #BF8770
Complementary color
Monochromatic Colors of #BF8770
Black with #BF8770
Text Example
Text Example
White with #BF8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8770; }
p { color: rgb(191,135,112); }
H1.HeaderClassName
{
color: #BF8770;
}
.AnyTagClassName
{
color: #BF8770;
}
</style>
background-color css
<style>
a { background-color: #BF8770; }
a { background-color: rgb(191,135,112); }
div.DivClassName
{
background-color: #BF8770;
}
.BgClassName
{
background-color: #BF8770;
}
</style>
border-color css
<style>
span { border-color: #BF8770; }
span { border-color: rgb(191,135,112); }
td.TdClassName
{
border-color: #BF8770;
}
.TagClassName
{
border-color: #BF8770;
}
</style>