Shades of Brandy Rose #B48771
Tints of Brandy Rose #B48771
RGB
CMYK
RGB Variations
Color information
#B48771 (or 0xB48771) is known color: Brandy Rose. HEX triplet: B4, 87 and 71. RGB value is (180,135,113). Sum of RGB (Red+Green+Blue) = 180+135+113=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B48771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48771 is #4B788E. Grayscale: #929292. Windows color (decimal): -4946063 or 7440308. OLE color: 7440308.
HSL color Cylindrical-coordinate representation of color #B48771: hue angle of 19.7º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B48771 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 135 | 113 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.29 |
| HSL | 19.7º | 0.31% | 0.57% | - |
| HSV(B) | 19.7º | 0.37% | 0.71% | - |
| XYZ | 30.47 | 28.22 | 19.46 | - |
| YUV | 145.95 | 109.41 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 113 | 0 | 0.25 | 0.37 | 0.29 | 19.7 | 0.31 | 0.57 |
| Hex | B4 | 87 | 71 | 0 | 19 | 25 | 1D | 14 | 1F | 39 |
| Octal | 264 | 207 | 161 | 0 | 31 | 45 | 35 | 24 | 37 | 71 |
| Binary | 10110100 | 10000111 | 1110001 | 0 | 11001 | 100101 | 11101 | 10100 | 11111 | 111001 |
Color Harmonies of #B48771
Complementary color
Monochromatic Colors of #B48771
Black with #B48771
Text Example
Text Example
White with #B48771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48771; }
p { color: rgb(180,135,113); }
H1.HeaderClassName
{
color: #B48771;
}
.AnyTagClassName
{
color: #B48771;
}
</style>
background-color css
<style>
a { background-color: #B48771; }
a { background-color: rgb(180,135,113); }
div.DivClassName
{
background-color: #B48771;
}
.BgClassName
{
background-color: #B48771;
}
</style>
border-color css
<style>
span { border-color: #B48771; }
span { border-color: rgb(180,135,113); }
td.TdClassName
{
border-color: #B48771;
}
.TagClassName
{
border-color: #B48771;
}
</style>