Shades of Brandy Rose #B0897D
Tints of Brandy Rose #B0897D
RGB
CMYK
RGB Variations
Color information
#B0897D (or 0xB0897D) is known color: Brandy Rose. HEX triplet: B0, 89 and 7D. RGB value is (176,137,125). Sum of RGB (Red+Green+Blue) = 176+137+125=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B0897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0897D is #4F7682. Grayscale: #939393. Windows color (decimal): -5207683 or 8227248. OLE color: 8227248.
HSL color Cylindrical-coordinate representation of color #B0897D: hue angle of 14.12º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0897D is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 125 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.31 |
| HSL | 14.12º | 0.24% | 0.59% | - |
| HSV(B) | 14.12º | 0.29% | 0.69% | - |
| XYZ | 30.55 | 28.6 | 23.31 | - |
| YUV | 147.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 125 | 0 | 0.22 | 0.29 | 0.31 | 14.12 | 0.24 | 0.59 |
| Hex | B0 | 89 | 7D | 0 | 16 | 1D | 1F | E | 18 | 3B |
| Octal | 260 | 211 | 175 | 0 | 26 | 35 | 37 | 16 | 30 | 73 |
| Binary | 10110000 | 10001001 | 1111101 | 0 | 10110 | 11101 | 11111 | 1110 | 11000 | 111011 |
Color Harmonies of #B0897D
Complementary color
Monochromatic Colors of #B0897D
Black with #B0897D
Text Example
Text Example
White with #B0897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0897D; }
p { color: rgb(176,137,125); }
H1.HeaderClassName
{
color: #B0897D;
}
.AnyTagClassName
{
color: #B0897D;
}
</style>
background-color css
<style>
a { background-color: #B0897D; }
a { background-color: rgb(176,137,125); }
div.DivClassName
{
background-color: #B0897D;
}
.BgClassName
{
background-color: #B0897D;
}
</style>
border-color css
<style>
span { border-color: #B0897D; }
span { border-color: rgb(176,137,125); }
td.TdClassName
{
border-color: #B0897D;
}
.TagClassName
{
border-color: #B0897D;
}
</style>