Shades of Brandy Rose #BF7F74
Tints of Brandy Rose #BF7F74
RGB
CMYK
RGB Variations
Color information
#BF7F74 (or 0xBF7F74) is known color: Brandy Rose. HEX triplet: BF, 7F and 74. RGB value is (191,127,116). Sum of RGB (Red+Green+Blue) = 191+127+116=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F74 is #40808B. Grayscale: #909090. Windows color (decimal): -4227212 or 7634879. OLE color: 7634879.
HSL color Cylindrical-coordinate representation of color #BF7F74: hue angle of 8.8º 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 #BF7F74 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 116 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.25 |
| HSL | 8.8º | 0.37% | 0.6% | - |
| HSV(B) | 8.8º | 0.39% | 0.75% | - |
| XYZ | 32.23 | 27.52 | 20.14 | - |
| YUV | 144.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 116 | 0 | 0.34 | 0.39 | 0.25 | 8.8 | 0.37 | 0.6 |
| Hex | BF | 7F | 74 | 0 | 22 | 27 | 19 | 9 | 25 | 3C |
| Octal | 277 | 177 | 164 | 0 | 42 | 47 | 31 | 11 | 45 | 74 |
| Binary | 10111111 | 1111111 | 1110100 | 0 | 100010 | 100111 | 11001 | 1001 | 100101 | 111100 |
Color Harmonies of #BF7F74
Complementary color
Monochromatic Colors of #BF7F74
Black with #BF7F74
Text Example
Text Example
White with #BF7F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F74; }
p { color: rgb(191,127,116); }
H1.HeaderClassName
{
color: #BF7F74;
}
.AnyTagClassName
{
color: #BF7F74;
}
</style>
background-color css
<style>
a { background-color: #BF7F74; }
a { background-color: rgb(191,127,116); }
div.DivClassName
{
background-color: #BF7F74;
}
.BgClassName
{
background-color: #BF7F74;
}
</style>
border-color css
<style>
span { border-color: #BF7F74; }
span { border-color: rgb(191,127,116); }
td.TdClassName
{
border-color: #BF7F74;
}
.TagClassName
{
border-color: #BF7F74;
}
</style>