Shades of Brandy Rose #BF867F
Tints of Brandy Rose #BF867F
RGB
CMYK
RGB Variations
Color information
#BF867F (or 0xBF867F) is known color: Brandy Rose. HEX triplet: BF, 86 and 7F. RGB value is (191,134,127). Sum of RGB (Red+Green+Blue) = 191+134+127=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF867F is #407980. Grayscale: #969696. Windows color (decimal): -4225409 or 8357567. OLE color: 8357567.
HSL color Cylindrical-coordinate representation of color #BF867F: hue angle of 6.56º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF867F is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 127 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.25 |
| HSL | 6.56º | 0.33% | 0.62% | - |
| HSV(B) | 6.56º | 0.34% | 0.75% | - |
| XYZ | 33.84 | 29.66 | 24.02 | - |
| YUV | 150.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 127 | 0 | 0.30 | 0.34 | 0.25 | 6.56 | 0.33 | 0.62 |
| Hex | BF | 86 | 7F | 0 | 1E | 22 | 19 | 7 | 21 | 3E |
| Octal | 277 | 206 | 177 | 0 | 36 | 42 | 31 | 7 | 41 | 76 |
| Binary | 10111111 | 10000110 | 1111111 | 0 | 11110 | 100010 | 11001 | 111 | 100001 | 111110 |
Color Harmonies of #BF867F
Complementary color
Monochromatic Colors of #BF867F
Black with #BF867F
Text Example
Text Example
White with #BF867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF867F; }
p { color: rgb(191,134,127); }
H1.HeaderClassName
{
color: #BF867F;
}
.AnyTagClassName
{
color: #BF867F;
}
</style>
background-color css
<style>
a { background-color: #BF867F; }
a { background-color: rgb(191,134,127); }
div.DivClassName
{
background-color: #BF867F;
}
.BgClassName
{
background-color: #BF867F;
}
</style>
border-color css
<style>
span { border-color: #BF867F; }
span { border-color: rgb(191,134,127); }
td.TdClassName
{
border-color: #BF867F;
}
.TagClassName
{
border-color: #BF867F;
}
</style>