Shades of Brandy Rose #BF8875
Tints of Brandy Rose #BF8875
RGB
CMYK
RGB Variations
Color information
#BF8875 (or 0xBF8875) is known color: Brandy Rose. HEX triplet: BF, 88 and 75. RGB value is (191,136,117). Sum of RGB (Red+Green+Blue) = 191+136+117=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8875 is #40778A. Grayscale: #969696. Windows color (decimal): -4224907 or 7702719. OLE color: 7702719.
HSL color Cylindrical-coordinate representation of color #BF8875: hue angle of 15.41º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF8875 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 117 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.25 |
| HSL | 15.41º | 0.37% | 0.6% | - |
| HSV(B) | 15.41º | 0.39% | 0.75% | - |
| XYZ | 33.5 | 29.97 | 20.85 | - |
| YUV | 150.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 117 | 0 | 0.29 | 0.39 | 0.25 | 15.41 | 0.37 | 0.6 |
| Hex | BF | 88 | 75 | 0 | 1D | 27 | 19 | F | 25 | 3C |
| Octal | 277 | 210 | 165 | 0 | 35 | 47 | 31 | 17 | 45 | 74 |
| Binary | 10111111 | 10001000 | 1110101 | 0 | 11101 | 100111 | 11001 | 1111 | 100101 | 111100 |
Color Harmonies of #BF8875
Complementary color
Monochromatic Colors of #BF8875
Black with #BF8875
Text Example
Text Example
White with #BF8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8875; }
p { color: rgb(191,136,117); }
H1.HeaderClassName
{
color: #BF8875;
}
.AnyTagClassName
{
color: #BF8875;
}
</style>
background-color css
<style>
a { background-color: #BF8875; }
a { background-color: rgb(191,136,117); }
div.DivClassName
{
background-color: #BF8875;
}
.BgClassName
{
background-color: #BF8875;
}
</style>
border-color css
<style>
span { border-color: #BF8875; }
span { border-color: rgb(191,136,117); }
td.TdClassName
{
border-color: #BF8875;
}
.TagClassName
{
border-color: #BF8875;
}
</style>