Shades of Brandy Rose #BF7E74
Tints of Brandy Rose #BF7E74
RGB
CMYK
RGB Variations
Color information
#BF7E74 (or 0xBF7E74) is known color: Brandy Rose. HEX triplet: BF, 7E and 74. RGB value is (191,126,116). Sum of RGB (Red+Green+Blue) = 191+126+116=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E74 is #40818B. Grayscale: #909090. Windows color (decimal): -4227468 or 7634623. OLE color: 7634623.
HSL color Cylindrical-coordinate representation of color #BF7E74: hue angle of 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 #BF7E74 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 126 | 116 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.25 |
| HSL | 8º | 0.37% | 0.6% | - |
| HSV(B) | 8º | 0.39% | 0.75% | - |
| XYZ | 32.1 | 27.26 | 20.09 | - |
| YUV | 144.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 126 | 116 | 0 | 0.34 | 0.39 | 0.25 | 8 | 0.37 | 0.6 |
| Hex | BF | 7E | 74 | 0 | 22 | 27 | 19 | 8 | 25 | 3C |
| Octal | 277 | 176 | 164 | 0 | 42 | 47 | 31 | 10 | 45 | 74 |
| Binary | 10111111 | 1111110 | 1110100 | 0 | 100010 | 100111 | 11001 | 1000 | 100101 | 111100 |
Color Harmonies of #BF7E74
Complementary color
Monochromatic Colors of #BF7E74
Black with #BF7E74
Text Example
Text Example
White with #BF7E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7E74; }
p { color: rgb(191,126,116); }
H1.HeaderClassName
{
color: #BF7E74;
}
.AnyTagClassName
{
color: #BF7E74;
}
</style>
background-color css
<style>
a { background-color: #BF7E74; }
a { background-color: rgb(191,126,116); }
div.DivClassName
{
background-color: #BF7E74;
}
.BgClassName
{
background-color: #BF7E74;
}
</style>
border-color css
<style>
span { border-color: #BF7E74; }
span { border-color: rgb(191,126,116); }
td.TdClassName
{
border-color: #BF7E74;
}
.TagClassName
{
border-color: #BF7E74;
}
</style>