Shades of Brandy Rose #B18885
Tints of Brandy Rose #B18885
RGB
CMYK
RGB Variations
Color information
#B18885 (or 0xB18885) is known color: Brandy Rose. HEX triplet: B1, 88 and 85. RGB value is (177,136,133). Sum of RGB (Red+Green+Blue) = 177+136+133=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B18885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18885 is #4E777A. Grayscale: #939393. Windows color (decimal): -5142395 or 8751281. OLE color: 8751281.
HSL color Cylindrical-coordinate representation of color #B18885: hue angle of 4.09º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18885 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 133 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.31 |
| HSL | 4.09º | 0.22% | 0.61% | - |
| HSV(B) | 4.09º | 0.25% | 0.69% | - |
| XYZ | 31.17 | 28.65 | 26.08 | - |
| YUV | 147.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 133 | 0 | 0.23 | 0.25 | 0.31 | 4.09 | 0.22 | 0.61 |
| Hex | B1 | 88 | 85 | 0 | 17 | 19 | 1F | 4 | 16 | 3D |
| Octal | 261 | 210 | 205 | 0 | 27 | 31 | 37 | 4 | 26 | 75 |
| Binary | 10110001 | 10001000 | 10000101 | 0 | 10111 | 11001 | 11111 | 100 | 10110 | 111101 |
Color Harmonies of #B18885
Complementary color
Monochromatic Colors of #B18885
Black with #B18885
Text Example
Text Example
White with #B18885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18885; }
p { color: rgb(177,136,133); }
H1.HeaderClassName
{
color: #B18885;
}
.AnyTagClassName
{
color: #B18885;
}
</style>
background-color css
<style>
a { background-color: #B18885; }
a { background-color: rgb(177,136,133); }
div.DivClassName
{
background-color: #B18885;
}
.BgClassName
{
background-color: #B18885;
}
</style>
border-color css
<style>
span { border-color: #B18885; }
span { border-color: rgb(177,136,133); }
td.TdClassName
{
border-color: #B18885;
}
.TagClassName
{
border-color: #B18885;
}
</style>