Shades of Brandy Rose #BF8575
Tints of Brandy Rose #BF8575
RGB
CMYK
RGB Variations
Color information
#BF8575 (or 0xBF8575) is known color: Brandy Rose. HEX triplet: BF, 85 and 75. RGB value is (191,133,117). Sum of RGB (Red+Green+Blue) = 191+133+117=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8575 is #407A8A. Grayscale: #949494. Windows color (decimal): -4225675 or 7701951. OLE color: 7701951.
HSL color Cylindrical-coordinate representation of color #BF8575: hue angle of 12.97º 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 #BF8575 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 117 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.25 |
| HSL | 12.97º | 0.37% | 0.6% | - |
| HSV(B) | 12.97º | 0.39% | 0.75% | - |
| XYZ | 33.08 | 29.14 | 20.71 | - |
| YUV | 148.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 117 | 0 | 0.30 | 0.39 | 0.25 | 12.97 | 0.37 | 0.6 |
| Hex | BF | 85 | 75 | 0 | 1E | 27 | 19 | D | 25 | 3C |
| Octal | 277 | 205 | 165 | 0 | 36 | 47 | 31 | 15 | 45 | 74 |
| Binary | 10111111 | 10000101 | 1110101 | 0 | 11110 | 100111 | 11001 | 1101 | 100101 | 111100 |
Color Harmonies of #BF8575
Complementary color
Monochromatic Colors of #BF8575
Black with #BF8575
Text Example
Text Example
White with #BF8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8575; }
p { color: rgb(191,133,117); }
H1.HeaderClassName
{
color: #BF8575;
}
.AnyTagClassName
{
color: #BF8575;
}
</style>
background-color css
<style>
a { background-color: #BF8575; }
a { background-color: rgb(191,133,117); }
div.DivClassName
{
background-color: #BF8575;
}
.BgClassName
{
background-color: #BF8575;
}
</style>
border-color css
<style>
span { border-color: #BF8575; }
span { border-color: rgb(191,133,117); }
td.TdClassName
{
border-color: #BF8575;
}
.TagClassName
{
border-color: #BF8575;
}
</style>