Shades of Brandy Rose #B48380
Tints of Brandy Rose #B48380
RGB
CMYK
RGB Variations
Color information
#B48380 (or 0xB48380) is known color: Brandy Rose. HEX triplet: B4, 83 and 80. RGB value is (180,131,128). Sum of RGB (Red+Green+Blue) = 180+131+128=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B48380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48380 is #4B7C7F. Grayscale: #919191. Windows color (decimal): -4947072 or 8422324. OLE color: 8422324.
HSL color Cylindrical-coordinate representation of color #B48380: hue angle of 3.46º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B48380 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 131 | 128 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.29 |
| HSL | 3.46º | 0.26% | 0.6% | - |
| HSV(B) | 3.46º | 0.29% | 0.71% | - |
| XYZ | 30.83 | 27.49 | 24.1 | - |
| YUV | 145.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 131 | 128 | 0 | 0.27 | 0.29 | 0.29 | 3.46 | 0.26 | 0.6 |
| Hex | B4 | 83 | 80 | 0 | 1B | 1D | 1D | 3 | 1A | 3C |
| Octal | 264 | 203 | 200 | 0 | 33 | 35 | 35 | 3 | 32 | 74 |
| Binary | 10110100 | 10000011 | 10000000 | 0 | 11011 | 11101 | 11101 | 11 | 11010 | 111100 |
Color Harmonies of #B48380
Complementary color
Monochromatic Colors of #B48380
Black with #B48380
Text Example
Text Example
White with #B48380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48380; }
p { color: rgb(180,131,128); }
H1.HeaderClassName
{
color: #B48380;
}
.AnyTagClassName
{
color: #B48380;
}
</style>
background-color css
<style>
a { background-color: #B48380; }
a { background-color: rgb(180,131,128); }
div.DivClassName
{
background-color: #B48380;
}
.BgClassName
{
background-color: #B48380;
}
</style>
border-color css
<style>
span { border-color: #B48380; }
span { border-color: rgb(180,131,128); }
td.TdClassName
{
border-color: #B48380;
}
.TagClassName
{
border-color: #B48380;
}
</style>