Shades of Brandy Rose #BF857D
Tints of Brandy Rose #BF857D
RGB
CMYK
RGB Variations
Color information
#BF857D (or 0xBF857D) is known color: Brandy Rose. HEX triplet: BF, 85 and 7D. RGB value is (191,133,125). Sum of RGB (Red+Green+Blue) = 191+133+125=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF857D is #407A82. Grayscale: #959595. Windows color (decimal): -4225667 or 8226239. OLE color: 8226239.
HSL color Cylindrical-coordinate representation of color #BF857D: hue angle of 7.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF857D is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 125 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.25 |
| HSL | 7.27º | 0.34% | 0.62% | - |
| HSV(B) | 7.27º | 0.35% | 0.75% | - |
| XYZ | 33.58 | 29.33 | 23.29 | - |
| YUV | 149.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 125 | 0 | 0.30 | 0.35 | 0.25 | 7.27 | 0.34 | 0.62 |
| Hex | BF | 85 | 7D | 0 | 1E | 23 | 19 | 7 | 22 | 3E |
| Octal | 277 | 205 | 175 | 0 | 36 | 43 | 31 | 7 | 42 | 76 |
| Binary | 10111111 | 10000101 | 1111101 | 0 | 11110 | 100011 | 11001 | 111 | 100010 | 111110 |
Color Harmonies of #BF857D
Complementary color
Monochromatic Colors of #BF857D
Black with #BF857D
Text Example
Text Example
White with #BF857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF857D; }
p { color: rgb(191,133,125); }
H1.HeaderClassName
{
color: #BF857D;
}
.AnyTagClassName
{
color: #BF857D;
}
</style>
background-color css
<style>
a { background-color: #BF857D; }
a { background-color: rgb(191,133,125); }
div.DivClassName
{
background-color: #BF857D;
}
.BgClassName
{
background-color: #BF857D;
}
</style>
border-color css
<style>
span { border-color: #BF857D; }
span { border-color: rgb(191,133,125); }
td.TdClassName
{
border-color: #BF857D;
}
.TagClassName
{
border-color: #BF857D;
}
</style>