Shades of Brandy Rose #B0877C
Tints of Brandy Rose #B0877C
RGB
CMYK
RGB Variations
Color information
#B0877C (or 0xB0877C) is known color: Brandy Rose. HEX triplet: B0, 87 and 7C. RGB value is (176,135,124). Sum of RGB (Red+Green+Blue) = 176+135+124=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0877C is #4F7883. Grayscale: #929292. Windows color (decimal): -5208196 or 8161200. OLE color: 8161200.
HSL color Cylindrical-coordinate representation of color #B0877C: hue angle of 12.69º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0877C is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 124 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.31 |
| HSL | 12.69º | 0.25% | 0.59% | - |
| HSV(B) | 12.69º | 0.3% | 0.69% | - |
| XYZ | 30.21 | 28.01 | 22.88 | - |
| YUV | 146.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 124 | 0 | 0.23 | 0.30 | 0.31 | 12.69 | 0.25 | 0.59 |
| Hex | B0 | 87 | 7C | 0 | 17 | 1E | 1F | D | 19 | 3B |
| Octal | 260 | 207 | 174 | 0 | 27 | 36 | 37 | 15 | 31 | 73 |
| Binary | 10110000 | 10000111 | 1111100 | 0 | 10111 | 11110 | 11111 | 1101 | 11001 | 111011 |
Color Harmonies of #B0877C
Complementary color
Monochromatic Colors of #B0877C
Black with #B0877C
Text Example
Text Example
White with #B0877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0877C; }
p { color: rgb(176,135,124); }
H1.HeaderClassName
{
color: #B0877C;
}
.AnyTagClassName
{
color: #B0877C;
}
</style>
background-color css
<style>
a { background-color: #B0877C; }
a { background-color: rgb(176,135,124); }
div.DivClassName
{
background-color: #B0877C;
}
.BgClassName
{
background-color: #B0877C;
}
</style>
border-color css
<style>
span { border-color: #B0877C; }
span { border-color: rgb(176,135,124); }
td.TdClassName
{
border-color: #B0877C;
}
.TagClassName
{
border-color: #B0877C;
}
</style>