Shades of Brandy Rose #B28871
Tints of Brandy Rose #B28871
RGB
CMYK
RGB Variations
Color information
#B28871 (or 0xB28871) is known color: Brandy Rose. HEX triplet: B2, 88 and 71. RGB value is (178,136,113). Sum of RGB (Red+Green+Blue) = 178+136+113=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B28871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28871 is #4D778E. Grayscale: #929292. Windows color (decimal): -5076879 or 7440562. OLE color: 7440562.
HSL color Cylindrical-coordinate representation of color #B28871: hue angle of 21.23º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B28871 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 113 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.30 |
| HSL | 21.23º | 0.3% | 0.57% | - |
| HSV(B) | 21.23º | 0.37% | 0.7% | - |
| XYZ | 30.14 | 28.27 | 19.49 | - |
| YUV | 145.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 113 | 0 | 0.24 | 0.37 | 0.30 | 21.23 | 0.3 | 0.57 |
| Hex | B2 | 88 | 71 | 0 | 18 | 25 | 1E | 15 | 1E | 39 |
| Octal | 262 | 210 | 161 | 0 | 30 | 45 | 36 | 25 | 36 | 71 |
| Binary | 10110010 | 10001000 | 1110001 | 0 | 11000 | 100101 | 11110 | 10101 | 11110 | 111001 |
Color Harmonies of #B28871
Complementary color
Monochromatic Colors of #B28871
Black with #B28871
Text Example
Text Example
White with #B28871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28871; }
p { color: rgb(178,136,113); }
H1.HeaderClassName
{
color: #B28871;
}
.AnyTagClassName
{
color: #B28871;
}
</style>
background-color css
<style>
a { background-color: #B28871; }
a { background-color: rgb(178,136,113); }
div.DivClassName
{
background-color: #B28871;
}
.BgClassName
{
background-color: #B28871;
}
</style>
border-color css
<style>
span { border-color: #B28871; }
span { border-color: rgb(178,136,113); }
td.TdClassName
{
border-color: #B28871;
}
.TagClassName
{
border-color: #B28871;
}
</style>