Shades of Brandy Rose #B88E80
Tints of Brandy Rose #B88E80
RGB
CMYK
RGB Variations
Color information
#B88E80 (or 0xB88E80) is known color: Brandy Rose. HEX triplet: B8, 8E and 80. RGB value is (184,142,128). Sum of RGB (Red+Green+Blue) = 184+142+128=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88E80 is #47717F. Grayscale: #999999. Windows color (decimal): -4682112 or 8425144. OLE color: 8425144.
HSL color Cylindrical-coordinate representation of color #B88E80: hue angle of 15º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B88E80 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 142 | 128 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.28 |
| HSL | 15º | 0.28% | 0.61% | - |
| HSV(B) | 15º | 0.3% | 0.72% | - |
| XYZ | 33.34 | 31.09 | 24.67 | - |
| YUV | 152.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 128 | 0 | 0.23 | 0.30 | 0.28 | 15 | 0.28 | 0.61 |
| Hex | B8 | 8E | 80 | 0 | 17 | 1E | 1C | F | 1C | 3D |
| Octal | 270 | 216 | 200 | 0 | 27 | 36 | 34 | 17 | 34 | 75 |
| Binary | 10111000 | 10001110 | 10000000 | 0 | 10111 | 11110 | 11100 | 1111 | 11100 | 111101 |
Color Harmonies of #B88E80
Complementary color
Monochromatic Colors of #B88E80
Black with #B88E80
Text Example
Text Example
White with #B88E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88E80; }
p { color: rgb(184,142,128); }
H1.HeaderClassName
{
color: #B88E80;
}
.AnyTagClassName
{
color: #B88E80;
}
</style>
background-color css
<style>
a { background-color: #B88E80; }
a { background-color: rgb(184,142,128); }
div.DivClassName
{
background-color: #B88E80;
}
.BgClassName
{
background-color: #B88E80;
}
</style>
border-color css
<style>
span { border-color: #B88E80; }
span { border-color: rgb(184,142,128); }
td.TdClassName
{
border-color: #B88E80;
}
.TagClassName
{
border-color: #B88E80;
}
</style>