Shades of Brandy Rose #B48A7F
Tints of Brandy Rose #B48A7F
RGB
CMYK
RGB Variations
Color information
#B48A7F (or 0xB48A7F) is known color: Brandy Rose. HEX triplet: B4, 8A and 7F. RGB value is (180,138,127). Sum of RGB (Red+Green+Blue) = 180+138+127=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A7F is #4B7580. Grayscale: #959595. Windows color (decimal): -4945281 or 8358580. OLE color: 8358580.
HSL color Cylindrical-coordinate representation of color #B48A7F: hue angle of 12.45º 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 #B48A7F is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 127 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.29 |
| HSL | 12.45º | 0.26% | 0.6% | - |
| HSV(B) | 12.45º | 0.29% | 0.71% | - |
| XYZ | 31.74 | 29.41 | 24.08 | - |
| YUV | 149.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 127 | 0 | 0.23 | 0.29 | 0.29 | 12.45 | 0.26 | 0.6 |
| Hex | B4 | 8A | 7F | 0 | 17 | 1D | 1D | C | 1A | 3C |
| Octal | 264 | 212 | 177 | 0 | 27 | 35 | 35 | 14 | 32 | 74 |
| Binary | 10110100 | 10001010 | 1111111 | 0 | 10111 | 11101 | 11101 | 1100 | 11010 | 111100 |
Color Harmonies of #B48A7F
Complementary color
Monochromatic Colors of #B48A7F
Black with #B48A7F
Text Example
Text Example
White with #B48A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48A7F; }
p { color: rgb(180,138,127); }
H1.HeaderClassName
{
color: #B48A7F;
}
.AnyTagClassName
{
color: #B48A7F;
}
</style>
background-color css
<style>
a { background-color: #B48A7F; }
a { background-color: rgb(180,138,127); }
div.DivClassName
{
background-color: #B48A7F;
}
.BgClassName
{
background-color: #B48A7F;
}
</style>
border-color css
<style>
span { border-color: #B48A7F; }
span { border-color: rgb(180,138,127); }
td.TdClassName
{
border-color: #B48A7F;
}
.TagClassName
{
border-color: #B48A7F;
}
</style>