Shades of Brandy Rose #B0887E
Tints of Brandy Rose #B0887E
RGB
CMYK
RGB Variations
Color information
#B0887E (or 0xB0887E) is known color: Brandy Rose. HEX triplet: B0, 88 and 7E. RGB value is (176,136,126). Sum of RGB (Red+Green+Blue) = 176+136+126=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B0887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0887E is #4F7781. Grayscale: #929292. Windows color (decimal): -5207938 or 8292528. OLE color: 8292528.
HSL color Cylindrical-coordinate representation of color #B0887E: hue angle of 12º 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 #B0887E is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 126 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.31 |
| HSL | 12º | 0.24% | 0.59% | - |
| HSV(B) | 12º | 0.28% | 0.69% | - |
| XYZ | 30.47 | 28.34 | 23.6 | - |
| YUV | 146.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 126 | 0 | 0.23 | 0.28 | 0.31 | 12 | 0.24 | 0.59 |
| Hex | B0 | 88 | 7E | 0 | 17 | 1C | 1F | C | 18 | 3B |
| Octal | 260 | 210 | 176 | 0 | 27 | 34 | 37 | 14 | 30 | 73 |
| Binary | 10110000 | 10001000 | 1111110 | 0 | 10111 | 11100 | 11111 | 1100 | 11000 | 111011 |
Color Harmonies of #B0887E
Complementary color
Monochromatic Colors of #B0887E
Black with #B0887E
Text Example
Text Example
White with #B0887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0887E; }
p { color: rgb(176,136,126); }
H1.HeaderClassName
{
color: #B0887E;
}
.AnyTagClassName
{
color: #B0887E;
}
</style>
background-color css
<style>
a { background-color: #B0887E; }
a { background-color: rgb(176,136,126); }
div.DivClassName
{
background-color: #B0887E;
}
.BgClassName
{
background-color: #B0887E;
}
</style>
border-color css
<style>
span { border-color: #B0887E; }
span { border-color: rgb(176,136,126); }
td.TdClassName
{
border-color: #B0887E;
}
.TagClassName
{
border-color: #B0887E;
}
</style>