Shades of Brandy Rose #B48C80
Tints of Brandy Rose #B48C80
RGB
CMYK
RGB Variations
Color information
#B48C80 (or 0xB48C80) is known color: Brandy Rose. HEX triplet: B4, 8C and 80. RGB value is (180,140,128). Sum of RGB (Red+Green+Blue) = 180+140+128=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48C80 is #4B737F. Grayscale: #969696. Windows color (decimal): -4944768 or 8424628. OLE color: 8424628.
HSL color Cylindrical-coordinate representation of color #B48C80: hue angle of 13.85º 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 #B48C80 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 140 | 128 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.29 |
| HSL | 13.85º | 0.26% | 0.6% | - |
| HSV(B) | 13.85º | 0.29% | 0.71% | - |
| XYZ | 32.1 | 30.02 | 24.52 | - |
| YUV | 150.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 140 | 128 | 0 | 0.22 | 0.29 | 0.29 | 13.85 | 0.26 | 0.6 |
| Hex | B4 | 8C | 80 | 0 | 16 | 1D | 1D | E | 1A | 3C |
| Octal | 264 | 214 | 200 | 0 | 26 | 35 | 35 | 16 | 32 | 74 |
| Binary | 10110100 | 10001100 | 10000000 | 0 | 10110 | 11101 | 11101 | 1110 | 11010 | 111100 |
Color Harmonies of #B48C80
Complementary color
Monochromatic Colors of #B48C80
Black with #B48C80
Text Example
Text Example
White with #B48C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48C80; }
p { color: rgb(180,140,128); }
H1.HeaderClassName
{
color: #B48C80;
}
.AnyTagClassName
{
color: #B48C80;
}
</style>
background-color css
<style>
a { background-color: #B48C80; }
a { background-color: rgb(180,140,128); }
div.DivClassName
{
background-color: #B48C80;
}
.BgClassName
{
background-color: #B48C80;
}
</style>
border-color css
<style>
span { border-color: #B48C80; }
span { border-color: rgb(180,140,128); }
td.TdClassName
{
border-color: #B48C80;
}
.TagClassName
{
border-color: #B48C80;
}
</style>