Shades of Brandy Rose #B0897F
Tints of Brandy Rose #B0897F
RGB
CMYK
RGB Variations
Color information
#B0897F (or 0xB0897F) is known color: Brandy Rose. HEX triplet: B0, 89 and 7F. RGB value is (176,137,127). Sum of RGB (Red+Green+Blue) = 176+137+127=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B0897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0897F is #4F7680. Grayscale: #939393. Windows color (decimal): -5207681 or 8358320. OLE color: 8358320.
HSL color Cylindrical-coordinate representation of color #B0897F: hue angle of 12.24º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0897F is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 127 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.31 |
| HSL | 12.24º | 0.24% | 0.59% | - |
| HSV(B) | 12.24º | 0.28% | 0.69% | - |
| XYZ | 30.68 | 28.65 | 23.99 | - |
| YUV | 147.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 127 | 0 | 0.22 | 0.28 | 0.31 | 12.24 | 0.24 | 0.59 |
| Hex | B0 | 89 | 7F | 0 | 16 | 1C | 1F | C | 18 | 3B |
| Octal | 260 | 211 | 177 | 0 | 26 | 34 | 37 | 14 | 30 | 73 |
| Binary | 10110000 | 10001001 | 1111111 | 0 | 10110 | 11100 | 11111 | 1100 | 11000 | 111011 |
Color Harmonies of #B0897F
Complementary color
Monochromatic Colors of #B0897F
Black with #B0897F
Text Example
Text Example
White with #B0897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0897F; }
p { color: rgb(176,137,127); }
H1.HeaderClassName
{
color: #B0897F;
}
.AnyTagClassName
{
color: #B0897F;
}
</style>
background-color css
<style>
a { background-color: #B0897F; }
a { background-color: rgb(176,137,127); }
div.DivClassName
{
background-color: #B0897F;
}
.BgClassName
{
background-color: #B0897F;
}
</style>
border-color css
<style>
span { border-color: #B0897F; }
span { border-color: rgb(176,137,127); }
td.TdClassName
{
border-color: #B0897F;
}
.TagClassName
{
border-color: #B0897F;
}
</style>