Shades of Brandy Rose #B18880
Tints of Brandy Rose #B18880
RGB
CMYK
RGB Variations
Color information
#B18880 (or 0xB18880) is known color: Brandy Rose. HEX triplet: B1, 88 and 80. RGB value is (177,136,128). Sum of RGB (Red+Green+Blue) = 177+136+128=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B18880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18880 is #4E777F. Grayscale: #939393. Windows color (decimal): -5142400 or 8423601. OLE color: 8423601.
HSL color Cylindrical-coordinate representation of color #B18880: hue angle of 9.8º 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 #B18880 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 128 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.31 |
| HSL | 9.8º | 0.24% | 0.6% | - |
| HSV(B) | 9.8º | 0.28% | 0.69% | - |
| XYZ | 30.83 | 28.51 | 24.3 | - |
| YUV | 147.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 128 | 0 | 0.23 | 0.28 | 0.31 | 9.8 | 0.24 | 0.6 |
| Hex | B1 | 88 | 80 | 0 | 17 | 1C | 1F | A | 18 | 3C |
| Octal | 261 | 210 | 200 | 0 | 27 | 34 | 37 | 12 | 30 | 74 |
| Binary | 10110001 | 10001000 | 10000000 | 0 | 10111 | 11100 | 11111 | 1010 | 11000 | 111100 |
Color Harmonies of #B18880
Complementary color
Monochromatic Colors of #B18880
Black with #B18880
Text Example
Text Example
White with #B18880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18880; }
p { color: rgb(177,136,128); }
H1.HeaderClassName
{
color: #B18880;
}
.AnyTagClassName
{
color: #B18880;
}
</style>
background-color css
<style>
a { background-color: #B18880; }
a { background-color: rgb(177,136,128); }
div.DivClassName
{
background-color: #B18880;
}
.BgClassName
{
background-color: #B18880;
}
</style>
border-color css
<style>
span { border-color: #B18880; }
span { border-color: rgb(177,136,128); }
td.TdClassName
{
border-color: #B18880;
}
.TagClassName
{
border-color: #B18880;
}
</style>