Shades of Brandy Rose #B88D80
Tints of Brandy Rose #B88D80
RGB
CMYK
RGB Variations
Color information
#B88D80 (or 0xB88D80) is known color: Brandy Rose. HEX triplet: B8, 8D and 80. RGB value is (184,141,128). Sum of RGB (Red+Green+Blue) = 184+141+128=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88D80 is #47727F. Grayscale: #989898. Windows color (decimal): -4682368 or 8424888. OLE color: 8424888.
HSL color Cylindrical-coordinate representation of color #B88D80: hue angle of 13.93º 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 #B88D80 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 141 | 128 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.28 |
| HSL | 13.93º | 0.28% | 0.61% | - |
| HSV(B) | 13.93º | 0.3% | 0.72% | - |
| XYZ | 33.19 | 30.8 | 24.62 | - |
| YUV | 152.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 141 | 128 | 0 | 0.23 | 0.30 | 0.28 | 13.93 | 0.28 | 0.61 |
| Hex | B8 | 8D | 80 | 0 | 17 | 1E | 1C | E | 1C | 3D |
| Octal | 270 | 215 | 200 | 0 | 27 | 36 | 34 | 16 | 34 | 75 |
| Binary | 10111000 | 10001101 | 10000000 | 0 | 10111 | 11110 | 11100 | 1110 | 11100 | 111101 |
Color Harmonies of #B88D80
Complementary color
Monochromatic Colors of #B88D80
Black with #B88D80
Text Example
Text Example
White with #B88D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88D80; }
p { color: rgb(184,141,128); }
H1.HeaderClassName
{
color: #B88D80;
}
.AnyTagClassName
{
color: #B88D80;
}
</style>
background-color css
<style>
a { background-color: #B88D80; }
a { background-color: rgb(184,141,128); }
div.DivClassName
{
background-color: #B88D80;
}
.BgClassName
{
background-color: #B88D80;
}
</style>
border-color css
<style>
span { border-color: #B88D80; }
span { border-color: rgb(184,141,128); }
td.TdClassName
{
border-color: #B88D80;
}
.TagClassName
{
border-color: #B88D80;
}
</style>