Shades of Brandy Rose #BF877C
Tints of Brandy Rose #BF877C
RGB
CMYK
RGB Variations
Color information
#BF877C (or 0xBF877C) is known color: Brandy Rose. HEX triplet: BF, 87 and 7C. RGB value is (191,135,124). Sum of RGB (Red+Green+Blue) = 191+135+124=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF877C is #407883. Grayscale: #969696. Windows color (decimal): -4225156 or 8161215. OLE color: 8161215.
HSL color Cylindrical-coordinate representation of color #BF877C: hue angle of 9.85º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF877C is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 124 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.25 |
| HSL | 9.85º | 0.34% | 0.62% | - |
| HSV(B) | 9.85º | 0.35% | 0.75% | - |
| XYZ | 33.79 | 29.86 | 23.05 | - |
| YUV | 150.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 124 | 0 | 0.29 | 0.35 | 0.25 | 9.85 | 0.34 | 0.62 |
| Hex | BF | 87 | 7C | 0 | 1D | 23 | 19 | A | 22 | 3E |
| Octal | 277 | 207 | 174 | 0 | 35 | 43 | 31 | 12 | 42 | 76 |
| Binary | 10111111 | 10000111 | 1111100 | 0 | 11101 | 100011 | 11001 | 1010 | 100010 | 111110 |
Color Harmonies of #BF877C
Complementary color
Monochromatic Colors of #BF877C
Black with #BF877C
Text Example
Text Example
White with #BF877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF877C; }
p { color: rgb(191,135,124); }
H1.HeaderClassName
{
color: #BF877C;
}
.AnyTagClassName
{
color: #BF877C;
}
</style>
background-color css
<style>
a { background-color: #BF877C; }
a { background-color: rgb(191,135,124); }
div.DivClassName
{
background-color: #BF877C;
}
.BgClassName
{
background-color: #BF877C;
}
</style>
border-color css
<style>
span { border-color: #BF877C; }
span { border-color: rgb(191,135,124); }
td.TdClassName
{
border-color: #BF877C;
}
.TagClassName
{
border-color: #BF877C;
}
</style>