Shades of Brandy Rose #B8887D
Tints of Brandy Rose #B8887D
RGB
CMYK
RGB Variations
Color information
#B8887D (or 0xB8887D) is known color: Brandy Rose. HEX triplet: B8, 88 and 7D. RGB value is (184,136,125). Sum of RGB (Red+Green+Blue) = 184+136+125=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B8887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8887D is #477782. Grayscale: #959595. Windows color (decimal): -4683651 or 8227000. OLE color: 8227000.
HSL color Cylindrical-coordinate representation of color #B8887D: hue angle of 11.19º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8887D is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 125 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.28 |
| HSL | 11.19º | 0.29% | 0.61% | - |
| HSV(B) | 11.19º | 0.32% | 0.72% | - |
| XYZ | 32.27 | 29.28 | 23.35 | - |
| YUV | 149.1 | 114.4 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 125 | 0 | 0.26 | 0.32 | 0.28 | 11.19 | 0.29 | 0.61 |
| Hex | B8 | 88 | 7D | 0 | 1A | 20 | 1C | B | 1D | 3D |
| Octal | 270 | 210 | 175 | 0 | 32 | 40 | 34 | 13 | 35 | 75 |
| Binary | 10111000 | 10001000 | 1111101 | 0 | 11010 | 100000 | 11100 | 1011 | 11101 | 111101 |
Color Harmonies of #B8887D
Complementary color
Monochromatic Colors of #B8887D
Black with #B8887D
Text Example
Text Example
White with #B8887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8887D; }
p { color: rgb(184,136,125); }
H1.HeaderClassName
{
color: #B8887D;
}
.AnyTagClassName
{
color: #B8887D;
}
</style>
background-color css
<style>
a { background-color: #B8887D; }
a { background-color: rgb(184,136,125); }
div.DivClassName
{
background-color: #B8887D;
}
.BgClassName
{
background-color: #B8887D;
}
</style>
border-color css
<style>
span { border-color: #B8887D; }
span { border-color: rgb(184,136,125); }
td.TdClassName
{
border-color: #B8887D;
}
.TagClassName
{
border-color: #B8887D;
}
</style>