Shades of Brandy Rose #B4867F
Tints of Brandy Rose #B4867F
RGB
CMYK
RGB Variations
Color information
#B4867F (or 0xB4867F) is known color: Brandy Rose. HEX triplet: B4, 86 and 7F. RGB value is (180,134,127). Sum of RGB (Red+Green+Blue) = 180+134+127=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4867F is #4B7980. Grayscale: #939393. Windows color (decimal): -4946305 or 8357556. OLE color: 8357556.
HSL color Cylindrical-coordinate representation of color #B4867F: hue angle of 7.92º 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 #B4867F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 127 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.29 |
| HSL | 7.92º | 0.26% | 0.6% | - |
| HSV(B) | 7.92º | 0.29% | 0.71% | - |
| XYZ | 31.18 | 28.29 | 23.9 | - |
| YUV | 146.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 127 | 0 | 0.26 | 0.29 | 0.29 | 7.92 | 0.26 | 0.6 |
| Hex | B4 | 86 | 7F | 0 | 1A | 1D | 1D | 8 | 1A | 3C |
| Octal | 264 | 206 | 177 | 0 | 32 | 35 | 35 | 10 | 32 | 74 |
| Binary | 10110100 | 10000110 | 1111111 | 0 | 11010 | 11101 | 11101 | 1000 | 11010 | 111100 |
Color Harmonies of #B4867F
Complementary color
Monochromatic Colors of #B4867F
Black with #B4867F
Text Example
Text Example
White with #B4867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4867F; }
p { color: rgb(180,134,127); }
H1.HeaderClassName
{
color: #B4867F;
}
.AnyTagClassName
{
color: #B4867F;
}
</style>
background-color css
<style>
a { background-color: #B4867F; }
a { background-color: rgb(180,134,127); }
div.DivClassName
{
background-color: #B4867F;
}
.BgClassName
{
background-color: #B4867F;
}
</style>
border-color css
<style>
span { border-color: #B4867F; }
span { border-color: rgb(180,134,127); }
td.TdClassName
{
border-color: #B4867F;
}
.TagClassName
{
border-color: #B4867F;
}
</style>