Shades of Brandy Rose #B48171
Tints of Brandy Rose #B48171
RGB
CMYK
RGB Variations
Color information
#B48171 (or 0xB48171) is known color: Brandy Rose. HEX triplet: B4, 81 and 71. RGB value is (180,129,113). Sum of RGB (Red+Green+Blue) = 180+129+113=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B48171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48171 is #4B7E8E. Grayscale: #8E8E8E. Windows color (decimal): -4947599 or 7438772. OLE color: 7438772.
HSL color Cylindrical-coordinate representation of color #B48171: hue angle of 14.33º 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 #B48171 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 129 | 113 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.29 |
| HSL | 14.33º | 0.31% | 0.57% | - |
| HSV(B) | 14.33º | 0.37% | 0.71% | - |
| XYZ | 29.65 | 26.6 | 19.19 | - |
| YUV | 142.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 113 | 0 | 0.28 | 0.37 | 0.29 | 14.33 | 0.31 | 0.57 |
| Hex | B4 | 81 | 71 | 0 | 1C | 25 | 1D | E | 1F | 39 |
| Octal | 264 | 201 | 161 | 0 | 34 | 45 | 35 | 16 | 37 | 71 |
| Binary | 10110100 | 10000001 | 1110001 | 0 | 11100 | 100101 | 11101 | 1110 | 11111 | 111001 |
Color Harmonies of #B48171
Complementary color
Monochromatic Colors of #B48171
Black with #B48171
Text Example
Text Example
White with #B48171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48171; }
p { color: rgb(180,129,113); }
H1.HeaderClassName
{
color: #B48171;
}
.AnyTagClassName
{
color: #B48171;
}
</style>
background-color css
<style>
a { background-color: #B48171; }
a { background-color: rgb(180,129,113); }
div.DivClassName
{
background-color: #B48171;
}
.BgClassName
{
background-color: #B48171;
}
</style>
border-color css
<style>
span { border-color: #B48171; }
span { border-color: rgb(180,129,113); }
td.TdClassName
{
border-color: #B48171;
}
.TagClassName
{
border-color: #B48171;
}
</style>