Shades of Brandy Rose #B48572
Tints of Brandy Rose #B48572
RGB
CMYK
RGB Variations
Color information
#B48572 (or 0xB48572) is known color: Brandy Rose. HEX triplet: B4, 85 and 72. RGB value is (180,133,114). Sum of RGB (Red+Green+Blue) = 180+133+114=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B48572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48572 is #4B7A8D. Grayscale: #919191. Windows color (decimal): -4946574 or 7505332. OLE color: 7505332.
HSL color Cylindrical-coordinate representation of color #B48572: hue angle of 17.27º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B48572 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 114 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.29 |
| HSL | 17.27º | 0.31% | 0.58% | - |
| HSV(B) | 17.27º | 0.37% | 0.71% | - |
| XYZ | 30.25 | 27.69 | 19.67 | - |
| YUV | 144.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 114 | 0 | 0.26 | 0.37 | 0.29 | 17.27 | 0.31 | 0.58 |
| Hex | B4 | 85 | 72 | 0 | 1A | 25 | 1D | 11 | 1F | 3A |
| Octal | 264 | 205 | 162 | 0 | 32 | 45 | 35 | 21 | 37 | 72 |
| Binary | 10110100 | 10000101 | 1110010 | 0 | 11010 | 100101 | 11101 | 10001 | 11111 | 111010 |
Color Harmonies of #B48572
Complementary color
Monochromatic Colors of #B48572
Black with #B48572
Text Example
Text Example
White with #B48572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48572; }
p { color: rgb(180,133,114); }
H1.HeaderClassName
{
color: #B48572;
}
.AnyTagClassName
{
color: #B48572;
}
</style>
background-color css
<style>
a { background-color: #B48572; }
a { background-color: rgb(180,133,114); }
div.DivClassName
{
background-color: #B48572;
}
.BgClassName
{
background-color: #B48572;
}
</style>
border-color css
<style>
span { border-color: #B48572; }
span { border-color: rgb(180,133,114); }
td.TdClassName
{
border-color: #B48572;
}
.TagClassName
{
border-color: #B48572;
}
</style>