Shades of Brandy Rose #BF7D6F
Tints of Brandy Rose #BF7D6F
RGB
CMYK
RGB Variations
Color information
#BF7D6F (or 0xBF7D6F) is known color: Brandy Rose. HEX triplet: BF, 7D and 6F. RGB value is (191,125,111). Sum of RGB (Red+Green+Blue) = 191+125+111=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D6F is #408290. Grayscale: #8F8F8F. Windows color (decimal): -4227729 or 7306687. OLE color: 7306687.
HSL color Cylindrical-coordinate representation of color #BF7D6F: hue angle of 10.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF7D6F is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 111 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.25 |
| HSL | 10.5º | 0.38% | 0.59% | - |
| HSV(B) | 10.5º | 0.42% | 0.75% | - |
| XYZ | 31.69 | 26.89 | 18.56 | - |
| YUV | 143.14 | 109.87 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 111 | 0 | 0.35 | 0.42 | 0.25 | 10.5 | 0.38 | 0.59 |
| Hex | BF | 7D | 6F | 0 | 23 | 2A | 19 | A | 26 | 3B |
| Octal | 277 | 175 | 157 | 0 | 43 | 52 | 31 | 12 | 46 | 73 |
| Binary | 10111111 | 1111101 | 1101111 | 0 | 100011 | 101010 | 11001 | 1010 | 100110 | 111011 |
Color Harmonies of #BF7D6F
Complementary color
Monochromatic Colors of #BF7D6F
Black with #BF7D6F
Text Example
Text Example
White with #BF7D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D6F; }
p { color: rgb(191,125,111); }
H1.HeaderClassName
{
color: #BF7D6F;
}
.AnyTagClassName
{
color: #BF7D6F;
}
</style>
background-color css
<style>
a { background-color: #BF7D6F; }
a { background-color: rgb(191,125,111); }
div.DivClassName
{
background-color: #BF7D6F;
}
.BgClassName
{
background-color: #BF7D6F;
}
</style>
border-color css
<style>
span { border-color: #BF7D6F; }
span { border-color: rgb(191,125,111); }
td.TdClassName
{
border-color: #BF7D6F;
}
.TagClassName
{
border-color: #BF7D6F;
}
</style>