Shades of Brandy Rose #B48576
Tints of Brandy Rose #B48576
RGB
CMYK
RGB Variations
Color information
#B48576 (or 0xB48576) is known color: Brandy Rose. HEX triplet: B4, 85 and 76. RGB value is (180,133,118). Sum of RGB (Red+Green+Blue) = 180+133+118=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B48576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48576 is #4B7A89. Grayscale: #919191. Windows color (decimal): -4946570 or 7767476. OLE color: 7767476.
HSL color Cylindrical-coordinate representation of color #B48576: hue angle of 14.52º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B48576 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 118 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.29 |
| HSL | 14.52º | 0.29% | 0.58% | - |
| HSV(B) | 14.52º | 0.34% | 0.71% | - |
| XYZ | 30.48 | 27.79 | 20.9 | - |
| YUV | 145.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 118 | 0 | 0.26 | 0.34 | 0.29 | 14.52 | 0.29 | 0.58 |
| Hex | B4 | 85 | 76 | 0 | 1A | 22 | 1D | F | 1D | 3A |
| Octal | 264 | 205 | 166 | 0 | 32 | 42 | 35 | 17 | 35 | 72 |
| Binary | 10110100 | 10000101 | 1110110 | 0 | 11010 | 100010 | 11101 | 1111 | 11101 | 111010 |
Color Harmonies of #B48576
Complementary color
Monochromatic Colors of #B48576
Black with #B48576
Text Example
Text Example
White with #B48576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48576; }
p { color: rgb(180,133,118); }
H1.HeaderClassName
{
color: #B48576;
}
.AnyTagClassName
{
color: #B48576;
}
</style>
background-color css
<style>
a { background-color: #B48576; }
a { background-color: rgb(180,133,118); }
div.DivClassName
{
background-color: #B48576;
}
.BgClassName
{
background-color: #B48576;
}
</style>
border-color css
<style>
span { border-color: #B48576; }
span { border-color: rgb(180,133,118); }
td.TdClassName
{
border-color: #B48576;
}
.TagClassName
{
border-color: #B48576;
}
</style>