Shades of Brandy Rose #B88E83
Tints of Brandy Rose #B88E83
RGB
CMYK
RGB Variations
Color information
#B88E83 (or 0xB88E83) is known color: Brandy Rose. HEX triplet: B8, 8E and 83. RGB value is (184,142,131). Sum of RGB (Red+Green+Blue) = 184+142+131=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88E83 is #47717C. Grayscale: #999999. Windows color (decimal): -4682109 or 8621752. OLE color: 8621752.
HSL color Cylindrical-coordinate representation of color #B88E83: hue angle of 12.45º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88E83 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 142 | 131 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.28 |
| HSL | 12.45º | 0.27% | 0.62% | - |
| HSV(B) | 12.45º | 0.29% | 0.72% | - |
| XYZ | 33.54 | 31.18 | 25.72 | - |
| YUV | 153.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 131 | 0 | 0.23 | 0.29 | 0.28 | 12.45 | 0.27 | 0.62 |
| Hex | B8 | 8E | 83 | 0 | 17 | 1D | 1C | C | 1B | 3E |
| Octal | 270 | 216 | 203 | 0 | 27 | 35 | 34 | 14 | 33 | 76 |
| Binary | 10111000 | 10001110 | 10000011 | 0 | 10111 | 11101 | 11100 | 1100 | 11011 | 111110 |
Color Harmonies of #B88E83
Complementary color
Monochromatic Colors of #B88E83
Black with #B88E83
Text Example
Text Example
White with #B88E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88E83; }
p { color: rgb(184,142,131); }
H1.HeaderClassName
{
color: #B88E83;
}
.AnyTagClassName
{
color: #B88E83;
}
</style>
background-color css
<style>
a { background-color: #B88E83; }
a { background-color: rgb(184,142,131); }
div.DivClassName
{
background-color: #B88E83;
}
.BgClassName
{
background-color: #B88E83;
}
</style>
border-color css
<style>
span { border-color: #B88E83; }
span { border-color: rgb(184,142,131); }
td.TdClassName
{
border-color: #B88E83;
}
.TagClassName
{
border-color: #B88E83;
}
</style>