Shades of Brandy Rose #BF8574
Tints of Brandy Rose #BF8574
RGB
CMYK
RGB Variations
Color information
#BF8574 (or 0xBF8574) is known color: Brandy Rose. HEX triplet: BF, 85 and 74. RGB value is (191,133,116). Sum of RGB (Red+Green+Blue) = 191+133+116=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8574 is #407A8B. Grayscale: #949494. Windows color (decimal): -4225676 or 7636415. OLE color: 7636415.
HSL color Cylindrical-coordinate representation of color #BF8574: hue angle of 13.6º 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 #BF8574 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 116 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.25 |
| HSL | 13.6º | 0.37% | 0.6% | - |
| HSV(B) | 13.6º | 0.39% | 0.75% | - |
| XYZ | 33.03 | 29.11 | 20.4 | - |
| YUV | 148.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 116 | 0 | 0.30 | 0.39 | 0.25 | 13.6 | 0.37 | 0.6 |
| Hex | BF | 85 | 74 | 0 | 1E | 27 | 19 | E | 25 | 3C |
| Octal | 277 | 205 | 164 | 0 | 36 | 47 | 31 | 16 | 45 | 74 |
| Binary | 10111111 | 10000101 | 1110100 | 0 | 11110 | 100111 | 11001 | 1110 | 100101 | 111100 |
Color Harmonies of #BF8574
Complementary color
Monochromatic Colors of #BF8574
Black with #BF8574
Text Example
Text Example
White with #BF8574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8574; }
p { color: rgb(191,133,116); }
H1.HeaderClassName
{
color: #BF8574;
}
.AnyTagClassName
{
color: #BF8574;
}
</style>
background-color css
<style>
a { background-color: #BF8574; }
a { background-color: rgb(191,133,116); }
div.DivClassName
{
background-color: #BF8574;
}
.BgClassName
{
background-color: #BF8574;
}
</style>
border-color css
<style>
span { border-color: #BF8574; }
span { border-color: rgb(191,133,116); }
td.TdClassName
{
border-color: #BF8574;
}
.TagClassName
{
border-color: #BF8574;
}
</style>