Shades of Brandy Rose #B1897F
Tints of Brandy Rose #B1897F
RGB
CMYK
RGB Variations
Color information
#B1897F (or 0xB1897F) is known color: Brandy Rose. HEX triplet: B1, 89 and 7F. RGB value is (177,137,127). Sum of RGB (Red+Green+Blue) = 177+137+127=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B1897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1897F is #4E7680. Grayscale: #939393. Windows color (decimal): -5142145 or 8358321. OLE color: 8358321.
HSL color Cylindrical-coordinate representation of color #B1897F: hue angle of 12º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1897F is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 137 | 127 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.31 |
| HSL | 12º | 0.24% | 0.6% | - |
| HSV(B) | 12º | 0.28% | 0.69% | - |
| XYZ | 30.91 | 28.77 | 24 | - |
| YUV | 147.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 127 | 0 | 0.23 | 0.28 | 0.31 | 12 | 0.24 | 0.6 |
| Hex | B1 | 89 | 7F | 0 | 17 | 1C | 1F | C | 18 | 3C |
| Octal | 261 | 211 | 177 | 0 | 27 | 34 | 37 | 14 | 30 | 74 |
| Binary | 10110001 | 10001001 | 1111111 | 0 | 10111 | 11100 | 11111 | 1100 | 11000 | 111100 |
Color Harmonies of #B1897F
Complementary color
Monochromatic Colors of #B1897F
Black with #B1897F
Text Example
Text Example
White with #B1897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1897F; }
p { color: rgb(177,137,127); }
H1.HeaderClassName
{
color: #B1897F;
}
.AnyTagClassName
{
color: #B1897F;
}
</style>
background-color css
<style>
a { background-color: #B1897F; }
a { background-color: rgb(177,137,127); }
div.DivClassName
{
background-color: #B1897F;
}
.BgClassName
{
background-color: #B1897F;
}
</style>
border-color css
<style>
span { border-color: #B1897F; }
span { border-color: rgb(177,137,127); }
td.TdClassName
{
border-color: #B1897F;
}
.TagClassName
{
border-color: #B1897F;
}
</style>