Shades of Brandy Rose #B88E7B
Tints of Brandy Rose #B88E7B
RGB
CMYK
RGB Variations
Color information
#B88E7B (or 0xB88E7B) is known color: Brandy Rose. HEX triplet: B8, 8E and 7B. RGB value is (184,142,123). Sum of RGB (Red+Green+Blue) = 184+142+123=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88E7B is #477184. Grayscale: #989898. Windows color (decimal): -4682117 or 8097464. OLE color: 8097464.
HSL color Cylindrical-coordinate representation of color #B88E7B: hue angle of 18.69º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B88E7B is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 142 | 123 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.28 |
| HSL | 18.69º | 0.3% | 0.6% | - |
| HSV(B) | 18.69º | 0.33% | 0.72% | - |
| XYZ | 33.02 | 30.97 | 22.98 | - |
| YUV | 152.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 123 | 0 | 0.23 | 0.33 | 0.28 | 18.69 | 0.3 | 0.6 |
| Hex | B8 | 8E | 7B | 0 | 17 | 21 | 1C | 13 | 1E | 3C |
| Octal | 270 | 216 | 173 | 0 | 27 | 41 | 34 | 23 | 36 | 74 |
| Binary | 10111000 | 10001110 | 1111011 | 0 | 10111 | 100001 | 11100 | 10011 | 11110 | 111100 |
Color Harmonies of #B88E7B
Complementary color
Monochromatic Colors of #B88E7B
Black with #B88E7B
Text Example
Text Example
White with #B88E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88E7B; }
p { color: rgb(184,142,123); }
H1.HeaderClassName
{
color: #B88E7B;
}
.AnyTagClassName
{
color: #B88E7B;
}
</style>
background-color css
<style>
a { background-color: #B88E7B; }
a { background-color: rgb(184,142,123); }
div.DivClassName
{
background-color: #B88E7B;
}
.BgClassName
{
background-color: #B88E7B;
}
</style>
border-color css
<style>
span { border-color: #B88E7B; }
span { border-color: rgb(184,142,123); }
td.TdClassName
{
border-color: #B88E7B;
}
.TagClassName
{
border-color: #B88E7B;
}
</style>