Shades of Brandy Rose #B28981
Tints of Brandy Rose #B28981
RGB
CMYK
RGB Variations
Color information
#B28981 (or 0xB28981) is known color: Brandy Rose. HEX triplet: B2, 89 and 81. RGB value is (178,137,129). Sum of RGB (Red+Green+Blue) = 178+137+129=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B28981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28981 is #4D767E. Grayscale: #949494. Windows color (decimal): -5076607 or 8489394. OLE color: 8489394.
HSL color Cylindrical-coordinate representation of color #B28981: hue angle of 9.8º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B28981 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 129 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.30 |
| HSL | 9.8º | 0.24% | 0.6% | - |
| HSV(B) | 9.8º | 0.28% | 0.7% | - |
| XYZ | 31.27 | 28.94 | 24.71 | - |
| YUV | 148.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 129 | 0 | 0.23 | 0.28 | 0.30 | 9.8 | 0.24 | 0.6 |
| Hex | B2 | 89 | 81 | 0 | 17 | 1C | 1E | A | 18 | 3C |
| Octal | 262 | 211 | 201 | 0 | 27 | 34 | 36 | 12 | 30 | 74 |
| Binary | 10110010 | 10001001 | 10000001 | 0 | 10111 | 11100 | 11110 | 1010 | 11000 | 111100 |
Color Harmonies of #B28981
Complementary color
Monochromatic Colors of #B28981
Black with #B28981
Text Example
Text Example
White with #B28981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28981; }
p { color: rgb(178,137,129); }
H1.HeaderClassName
{
color: #B28981;
}
.AnyTagClassName
{
color: #B28981;
}
</style>
background-color css
<style>
a { background-color: #B28981; }
a { background-color: rgb(178,137,129); }
div.DivClassName
{
background-color: #B28981;
}
.BgClassName
{
background-color: #B28981;
}
</style>
border-color css
<style>
span { border-color: #B28981; }
span { border-color: rgb(178,137,129); }
td.TdClassName
{
border-color: #B28981;
}
.TagClassName
{
border-color: #B28981;
}
</style>