Shades of Brandy Rose #B48984
Tints of Brandy Rose #B48984
RGB
CMYK
RGB Variations
Color information
#B48984 (or 0xB48984) is known color: Brandy Rose. HEX triplet: B4, 89 and 84. RGB value is (180,137,132). Sum of RGB (Red+Green+Blue) = 180+137+132=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B48984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48984 is #4B767B. Grayscale: #959595. Windows color (decimal): -4945532 or 8686004. OLE color: 8686004.
HSL color Cylindrical-coordinate representation of color #B48984: hue angle of 6.25º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B48984 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 137 | 132 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.29 |
| HSL | 6.25º | 0.24% | 0.61% | - |
| HSV(B) | 6.25º | 0.27% | 0.71% | - |
| XYZ | 31.93 | 29.26 | 25.79 | - |
| YUV | 149.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 137 | 132 | 0 | 0.24 | 0.27 | 0.29 | 6.25 | 0.24 | 0.61 |
| Hex | B4 | 89 | 84 | 0 | 18 | 1B | 1D | 6 | 18 | 3D |
| Octal | 264 | 211 | 204 | 0 | 30 | 33 | 35 | 6 | 30 | 75 |
| Binary | 10110100 | 10001001 | 10000100 | 0 | 11000 | 11011 | 11101 | 110 | 11000 | 111101 |
Color Harmonies of #B48984
Complementary color
Monochromatic Colors of #B48984
Black with #B48984
Text Example
Text Example
White with #B48984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48984; }
p { color: rgb(180,137,132); }
H1.HeaderClassName
{
color: #B48984;
}
.AnyTagClassName
{
color: #B48984;
}
</style>
background-color css
<style>
a { background-color: #B48984; }
a { background-color: rgb(180,137,132); }
div.DivClassName
{
background-color: #B48984;
}
.BgClassName
{
background-color: #B48984;
}
</style>
border-color css
<style>
span { border-color: #B48984; }
span { border-color: rgb(180,137,132); }
td.TdClassName
{
border-color: #B48984;
}
.TagClassName
{
border-color: #B48984;
}
</style>