Shades of Brandy Rose #B48575
Tints of Brandy Rose #B48575
RGB
CMYK
RGB Variations
Color information
#B48575 (or 0xB48575) is known color: Brandy Rose. HEX triplet: B4, 85 and 75. RGB value is (180,133,117). Sum of RGB (Red+Green+Blue) = 180+133+117=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B48575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48575 is #4B7A8A. Grayscale: #919191. Windows color (decimal): -4946571 or 7701940. OLE color: 7701940.
HSL color Cylindrical-coordinate representation of color #B48575: hue angle of 15.24º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B48575 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 117 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.29 |
| HSL | 15.24º | 0.3% | 0.58% | - |
| HSV(B) | 15.24º | 0.35% | 0.71% | - |
| XYZ | 30.42 | 27.76 | 20.59 | - |
| YUV | 145.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 117 | 0 | 0.26 | 0.35 | 0.29 | 15.24 | 0.3 | 0.58 |
| Hex | B4 | 85 | 75 | 0 | 1A | 23 | 1D | F | 1E | 3A |
| Octal | 264 | 205 | 165 | 0 | 32 | 43 | 35 | 17 | 36 | 72 |
| Binary | 10110100 | 10000101 | 1110101 | 0 | 11010 | 100011 | 11101 | 1111 | 11110 | 111010 |
Color Harmonies of #B48575
Complementary color
Monochromatic Colors of #B48575
Black with #B48575
Text Example
Text Example
White with #B48575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48575; }
p { color: rgb(180,133,117); }
H1.HeaderClassName
{
color: #B48575;
}
.AnyTagClassName
{
color: #B48575;
}
</style>
background-color css
<style>
a { background-color: #B48575; }
a { background-color: rgb(180,133,117); }
div.DivClassName
{
background-color: #B48575;
}
.BgClassName
{
background-color: #B48575;
}
</style>
border-color css
<style>
span { border-color: #B48575; }
span { border-color: rgb(180,133,117); }
td.TdClassName
{
border-color: #B48575;
}
.TagClassName
{
border-color: #B48575;
}
</style>