Shades of Brandy Rose #B3887B
Tints of Brandy Rose #B3887B
RGB
CMYK
RGB Variations
Color information
#B3887B (or 0xB3887B) is known color: Brandy Rose. HEX triplet: B3, 88 and 7B. RGB value is (179,136,123). Sum of RGB (Red+Green+Blue) = 179+136+123=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3887B is #4C7784. Grayscale: #939393. Windows color (decimal): -5011333 or 8095923. OLE color: 8095923.
HSL color Cylindrical-coordinate representation of color #B3887B: hue angle of 13.93º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3887B is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 123 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.30 |
| HSL | 13.93º | 0.27% | 0.59% | - |
| HSV(B) | 13.93º | 0.31% | 0.7% | - |
| XYZ | 30.97 | 28.62 | 22.63 | - |
| YUV | 147.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 123 | 0 | 0.24 | 0.31 | 0.30 | 13.93 | 0.27 | 0.59 |
| Hex | B3 | 88 | 7B | 0 | 18 | 1F | 1E | E | 1B | 3B |
| Octal | 263 | 210 | 173 | 0 | 30 | 37 | 36 | 16 | 33 | 73 |
| Binary | 10110011 | 10001000 | 1111011 | 0 | 11000 | 11111 | 11110 | 1110 | 11011 | 111011 |
Color Harmonies of #B3887B
Complementary color
Monochromatic Colors of #B3887B
Black with #B3887B
Text Example
Text Example
White with #B3887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3887B; }
p { color: rgb(179,136,123); }
H1.HeaderClassName
{
color: #B3887B;
}
.AnyTagClassName
{
color: #B3887B;
}
</style>
background-color css
<style>
a { background-color: #B3887B; }
a { background-color: rgb(179,136,123); }
div.DivClassName
{
background-color: #B3887B;
}
.BgClassName
{
background-color: #B3887B;
}
</style>
border-color css
<style>
span { border-color: #B3887B; }
span { border-color: rgb(179,136,123); }
td.TdClassName
{
border-color: #B3887B;
}
.TagClassName
{
border-color: #B3887B;
}
</style>