Shades of Brandy Rose #B88D7B
Tints of Brandy Rose #B88D7B
RGB
CMYK
RGB Variations
Color information
#B88D7B (or 0xB88D7B) is known color: Brandy Rose. HEX triplet: B8, 8D and 7B. RGB value is (184,141,123). Sum of RGB (Red+Green+Blue) = 184+141+123=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88D7B is #477284. Grayscale: #979797. Windows color (decimal): -4682373 or 8097208. OLE color: 8097208.
HSL color Cylindrical-coordinate representation of color #B88D7B: hue angle of 17.7º 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 #B88D7B is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 141 | 123 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.28 |
| HSL | 17.7º | 0.3% | 0.6% | - |
| HSV(B) | 17.7º | 0.33% | 0.72% | - |
| XYZ | 32.87 | 30.67 | 22.93 | - |
| YUV | 151.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 141 | 123 | 0 | 0.23 | 0.33 | 0.28 | 17.7 | 0.3 | 0.6 |
| Hex | B8 | 8D | 7B | 0 | 17 | 21 | 1C | 12 | 1E | 3C |
| Octal | 270 | 215 | 173 | 0 | 27 | 41 | 34 | 22 | 36 | 74 |
| Binary | 10111000 | 10001101 | 1111011 | 0 | 10111 | 100001 | 11100 | 10010 | 11110 | 111100 |
Color Harmonies of #B88D7B
Complementary color
Monochromatic Colors of #B88D7B
Black with #B88D7B
Text Example
Text Example
White with #B88D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88D7B; }
p { color: rgb(184,141,123); }
H1.HeaderClassName
{
color: #B88D7B;
}
.AnyTagClassName
{
color: #B88D7B;
}
</style>
background-color css
<style>
a { background-color: #B88D7B; }
a { background-color: rgb(184,141,123); }
div.DivClassName
{
background-color: #B88D7B;
}
.BgClassName
{
background-color: #B88D7B;
}
</style>
border-color css
<style>
span { border-color: #B88D7B; }
span { border-color: rgb(184,141,123); }
td.TdClassName
{
border-color: #B88D7B;
}
.TagClassName
{
border-color: #B88D7B;
}
</style>