Shades of Brandy Rose #BF7E6C
Tints of Brandy Rose #BF7E6C
RGB
CMYK
RGB Variations
Color information
#BF7E6C (or 0xBF7E6C) is known color: Brandy Rose. HEX triplet: BF, 7E and 6C. RGB value is (191,126,108). Sum of RGB (Red+Green+Blue) = 191+126+108=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E6C is #408193. Grayscale: #8F8F8F. Windows color (decimal): -4227476 or 7110335. OLE color: 7110335.
HSL color Cylindrical-coordinate representation of color #BF7E6C: hue angle of 13.01º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF7E6C is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 126 | 108 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.25 |
| HSL | 13.01º | 0.39% | 0.59% | - |
| HSV(B) | 13.01º | 0.43% | 0.75% | - |
| XYZ | 31.65 | 27.08 | 17.75 | - |
| YUV | 143.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 126 | 108 | 0 | 0.34 | 0.43 | 0.25 | 13.01 | 0.39 | 0.59 |
| Hex | BF | 7E | 6C | 0 | 22 | 2B | 19 | D | 27 | 3B |
| Octal | 277 | 176 | 154 | 0 | 42 | 53 | 31 | 15 | 47 | 73 |
| Binary | 10111111 | 1111110 | 1101100 | 0 | 100010 | 101011 | 11001 | 1101 | 100111 | 111011 |
Color Harmonies of #BF7E6C
Complementary color
Monochromatic Colors of #BF7E6C
Black with #BF7E6C
Text Example
Text Example
White with #BF7E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7E6C; }
p { color: rgb(191,126,108); }
H1.HeaderClassName
{
color: #BF7E6C;
}
.AnyTagClassName
{
color: #BF7E6C;
}
</style>
background-color css
<style>
a { background-color: #BF7E6C; }
a { background-color: rgb(191,126,108); }
div.DivClassName
{
background-color: #BF7E6C;
}
.BgClassName
{
background-color: #BF7E6C;
}
</style>
border-color css
<style>
span { border-color: #BF7E6C; }
span { border-color: rgb(191,126,108); }
td.TdClassName
{
border-color: #BF7E6C;
}
.TagClassName
{
border-color: #BF7E6C;
}
</style>