Shades of Brandy Rose #BF7F73
Tints of Brandy Rose #BF7F73
RGB
CMYK
RGB Variations
Color information
#BF7F73 (or 0xBF7F73) is known color: Brandy Rose. HEX triplet: BF, 7F and 73. RGB value is (191,127,115). Sum of RGB (Red+Green+Blue) = 191+127+115=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F73 is #40808C. Grayscale: #909090. Windows color (decimal): -4227213 or 7569343. OLE color: 7569343.
HSL color Cylindrical-coordinate representation of color #BF7F73: hue angle of 9.47º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF7F73 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 115 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.25 |
| HSL | 9.47º | 0.37% | 0.6% | - |
| HSV(B) | 9.47º | 0.4% | 0.75% | - |
| XYZ | 32.17 | 27.49 | 19.83 | - |
| YUV | 144.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 115 | 0 | 0.34 | 0.40 | 0.25 | 9.47 | 0.37 | 0.6 |
| Hex | BF | 7F | 73 | 0 | 22 | 28 | 19 | 9 | 25 | 3C |
| Octal | 277 | 177 | 163 | 0 | 42 | 50 | 31 | 11 | 45 | 74 |
| Binary | 10111111 | 1111111 | 1110011 | 0 | 100010 | 101000 | 11001 | 1001 | 100101 | 111100 |
Color Harmonies of #BF7F73
Complementary color
Monochromatic Colors of #BF7F73
Black with #BF7F73
Text Example
Text Example
White with #BF7F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F73; }
p { color: rgb(191,127,115); }
H1.HeaderClassName
{
color: #BF7F73;
}
.AnyTagClassName
{
color: #BF7F73;
}
</style>
background-color css
<style>
a { background-color: #BF7F73; }
a { background-color: rgb(191,127,115); }
div.DivClassName
{
background-color: #BF7F73;
}
.BgClassName
{
background-color: #BF7F73;
}
</style>
border-color css
<style>
span { border-color: #BF7F73; }
span { border-color: rgb(191,127,115); }
td.TdClassName
{
border-color: #BF7F73;
}
.TagClassName
{
border-color: #BF7F73;
}
</style>