Shades of Brandy Rose #BF7E7B
Tints of Brandy Rose #BF7E7B
RGB
CMYK
RGB Variations
Color information
#BF7E7B (or 0xBF7E7B) is known color: Brandy Rose. HEX triplet: BF, 7E and 7B. RGB value is (191,126,123). Sum of RGB (Red+Green+Blue) = 191+126+123=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E7B is #408184. Grayscale: #919191. Windows color (decimal): -4227461 or 8093375. OLE color: 8093375.
HSL color Cylindrical-coordinate representation of color #BF7E7B: hue angle of 2.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF7E7B is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 126 | 123 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.25 |
| HSL | 2.65º | 0.35% | 0.62% | - |
| HSV(B) | 2.65º | 0.36% | 0.75% | - |
| XYZ | 32.52 | 27.43 | 22.32 | - |
| YUV | 145.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 126 | 123 | 0 | 0.34 | 0.36 | 0.25 | 2.65 | 0.35 | 0.62 |
| Hex | BF | 7E | 7B | 0 | 22 | 24 | 19 | 3 | 23 | 3E |
| Octal | 277 | 176 | 173 | 0 | 42 | 44 | 31 | 3 | 43 | 76 |
| Binary | 10111111 | 1111110 | 1111011 | 0 | 100010 | 100100 | 11001 | 11 | 100011 | 111110 |
Color Harmonies of #BF7E7B
Complementary color
Monochromatic Colors of #BF7E7B
Black with #BF7E7B
Text Example
Text Example
White with #BF7E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7E7B; }
p { color: rgb(191,126,123); }
H1.HeaderClassName
{
color: #BF7E7B;
}
.AnyTagClassName
{
color: #BF7E7B;
}
</style>
background-color css
<style>
a { background-color: #BF7E7B; }
a { background-color: rgb(191,126,123); }
div.DivClassName
{
background-color: #BF7E7B;
}
.BgClassName
{
background-color: #BF7E7B;
}
</style>
border-color css
<style>
span { border-color: #BF7E7B; }
span { border-color: rgb(191,126,123); }
td.TdClassName
{
border-color: #BF7E7B;
}
.TagClassName
{
border-color: #BF7E7B;
}
</style>