Shades of Brandy Rose #B28884
Tints of Brandy Rose #B28884
RGB
CMYK
RGB Variations
Color information
#B28884 (or 0xB28884) is known color: Brandy Rose. HEX triplet: B2, 88 and 84. RGB value is (178,136,132). Sum of RGB (Red+Green+Blue) = 178+136+132=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B28884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28884 is #4D777B. Grayscale: #949494. Windows color (decimal): -5076860 or 8685746. OLE color: 8685746.
HSL color Cylindrical-coordinate representation of color #B28884: hue angle of 5.22º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B28884 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 132 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.30 |
| HSL | 5.22º | 0.23% | 0.61% | - |
| HSV(B) | 5.22º | 0.26% | 0.7% | - |
| XYZ | 31.33 | 28.74 | 25.73 | - |
| YUV | 148.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 132 | 0 | 0.24 | 0.26 | 0.30 | 5.22 | 0.23 | 0.61 |
| Hex | B2 | 88 | 84 | 0 | 18 | 1A | 1E | 5 | 17 | 3D |
| Octal | 262 | 210 | 204 | 0 | 30 | 32 | 36 | 5 | 27 | 75 |
| Binary | 10110010 | 10001000 | 10000100 | 0 | 11000 | 11010 | 11110 | 101 | 10111 | 111101 |
Color Harmonies of #B28884
Complementary color
Monochromatic Colors of #B28884
Black with #B28884
Text Example
Text Example
White with #B28884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28884; }
p { color: rgb(178,136,132); }
H1.HeaderClassName
{
color: #B28884;
}
.AnyTagClassName
{
color: #B28884;
}
</style>
background-color css
<style>
a { background-color: #B28884; }
a { background-color: rgb(178,136,132); }
div.DivClassName
{
background-color: #B28884;
}
.BgClassName
{
background-color: #B28884;
}
</style>
border-color css
<style>
span { border-color: #B28884; }
span { border-color: rgb(178,136,132); }
td.TdClassName
{
border-color: #B28884;
}
.TagClassName
{
border-color: #B28884;
}
</style>