Shades of Brandy Rose #B8887B
Tints of Brandy Rose #B8887B
RGB
CMYK
RGB Variations
Color information
#B8887B (or 0xB8887B) is known color: Brandy Rose. HEX triplet: B8, 88 and 7B. RGB value is (184,136,123). Sum of RGB (Red+Green+Blue) = 184+136+123=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8887B is #477784. Grayscale: #949494. Windows color (decimal): -4683653 or 8095928. OLE color: 8095928.
HSL color Cylindrical-coordinate representation of color #B8887B: hue angle of 12.79º 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 #B8887B is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 123 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.28 |
| HSL | 12.79º | 0.3% | 0.6% | - |
| HSV(B) | 12.79º | 0.33% | 0.72% | - |
| XYZ | 32.15 | 29.23 | 22.69 | - |
| YUV | 148.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 123 | 0 | 0.26 | 0.33 | 0.28 | 12.79 | 0.3 | 0.6 |
| Hex | B8 | 88 | 7B | 0 | 1A | 21 | 1C | D | 1E | 3C |
| Octal | 270 | 210 | 173 | 0 | 32 | 41 | 34 | 15 | 36 | 74 |
| Binary | 10111000 | 10001000 | 1111011 | 0 | 11010 | 100001 | 11100 | 1101 | 11110 | 111100 |
Color Harmonies of #B8887B
Complementary color
Monochromatic Colors of #B8887B
Black with #B8887B
Text Example
Text Example
White with #B8887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8887B; }
p { color: rgb(184,136,123); }
H1.HeaderClassName
{
color: #B8887B;
}
.AnyTagClassName
{
color: #B8887B;
}
</style>
background-color css
<style>
a { background-color: #B8887B; }
a { background-color: rgb(184,136,123); }
div.DivClassName
{
background-color: #B8887B;
}
.BgClassName
{
background-color: #B8887B;
}
</style>
border-color css
<style>
span { border-color: #B8887B; }
span { border-color: rgb(184,136,123); }
td.TdClassName
{
border-color: #B8887B;
}
.TagClassName
{
border-color: #B8887B;
}
</style>