Shades of Brandy Rose #BF8C7F
Tints of Brandy Rose #BF8C7F
RGB
CMYK
RGB Variations
Color information
#BF8C7F (or 0xBF8C7F) is known color: Brandy Rose. HEX triplet: BF, 8C and 7F. RGB value is (191,140,127). Sum of RGB (Red+Green+Blue) = 191+140+127=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C7F is #407380. Grayscale: #999999. Windows color (decimal): -4223873 or 8359103. OLE color: 8359103.
HSL color Cylindrical-coordinate representation of color #BF8C7F: hue angle of 12.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF8C7F is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 127 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.25 |
| HSL | 12.19º | 0.33% | 0.62% | - |
| HSV(B) | 12.19º | 0.34% | 0.75% | - |
| XYZ | 34.69 | 31.36 | 24.3 | - |
| YUV | 153.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 127 | 0 | 0.27 | 0.34 | 0.25 | 12.19 | 0.33 | 0.62 |
| Hex | BF | 8C | 7F | 0 | 1B | 22 | 19 | C | 21 | 3E |
| Octal | 277 | 214 | 177 | 0 | 33 | 42 | 31 | 14 | 41 | 76 |
| Binary | 10111111 | 10001100 | 1111111 | 0 | 11011 | 100010 | 11001 | 1100 | 100001 | 111110 |
Color Harmonies of #BF8C7F
Complementary color
Monochromatic Colors of #BF8C7F
Black with #BF8C7F
Text Example
Text Example
White with #BF8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C7F; }
p { color: rgb(191,140,127); }
H1.HeaderClassName
{
color: #BF8C7F;
}
.AnyTagClassName
{
color: #BF8C7F;
}
</style>
background-color css
<style>
a { background-color: #BF8C7F; }
a { background-color: rgb(191,140,127); }
div.DivClassName
{
background-color: #BF8C7F;
}
.BgClassName
{
background-color: #BF8C7F;
}
</style>
border-color css
<style>
span { border-color: #BF8C7F; }
span { border-color: rgb(191,140,127); }
td.TdClassName
{
border-color: #BF8C7F;
}
.TagClassName
{
border-color: #BF8C7F;
}
</style>