Shades of Brandy Rose #B48470
Tints of Brandy Rose #B48470
RGB
CMYK
RGB Variations
Color information
#B48470 (or 0xB48470) is known color: Brandy Rose. HEX triplet: B4, 84 and 70. RGB value is (180,132,112). Sum of RGB (Red+Green+Blue) = 180+132+112=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B48470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48470 is #4B7B8F. Grayscale: #909090. Windows color (decimal): -4946832 or 7374004. OLE color: 7374004.
HSL color Cylindrical-coordinate representation of color #B48470: hue angle of 17.65º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B48470 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 112 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.29 |
| HSL | 17.65º | 0.31% | 0.57% | - |
| HSV(B) | 17.65º | 0.38% | 0.71% | - |
| XYZ | 30 | 27.38 | 19.03 | - |
| YUV | 144.07 | 109.9 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 112 | 0 | 0.27 | 0.38 | 0.29 | 17.65 | 0.31 | 0.57 |
| Hex | B4 | 84 | 70 | 0 | 1B | 26 | 1D | 12 | 1F | 39 |
| Octal | 264 | 204 | 160 | 0 | 33 | 46 | 35 | 22 | 37 | 71 |
| Binary | 10110100 | 10000100 | 1110000 | 0 | 11011 | 100110 | 11101 | 10010 | 11111 | 111001 |
Color Harmonies of #B48470
Complementary color
Monochromatic Colors of #B48470
Black with #B48470
Text Example
Text Example
White with #B48470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48470; }
p { color: rgb(180,132,112); }
H1.HeaderClassName
{
color: #B48470;
}
.AnyTagClassName
{
color: #B48470;
}
</style>
background-color css
<style>
a { background-color: #B48470; }
a { background-color: rgb(180,132,112); }
div.DivClassName
{
background-color: #B48470;
}
.BgClassName
{
background-color: #B48470;
}
</style>
border-color css
<style>
span { border-color: #B48470; }
span { border-color: rgb(180,132,112); }
td.TdClassName
{
border-color: #B48470;
}
.TagClassName
{
border-color: #B48470;
}
</style>