Shades of Brandy Rose #B4867C
Tints of Brandy Rose #B4867C
RGB
CMYK
RGB Variations
Color information
#B4867C (or 0xB4867C) is known color: Brandy Rose. HEX triplet: B4, 86 and 7C. RGB value is (180,134,124). Sum of RGB (Red+Green+Blue) = 180+134+124=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4867C is #4B7983. Grayscale: #929292. Windows color (decimal): -4946308 or 8160948. OLE color: 8160948.
HSL color Cylindrical-coordinate representation of color #B4867C: hue angle of 10.71º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4867C is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 124 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.29 |
| HSL | 10.71º | 0.27% | 0.6% | - |
| HSV(B) | 10.71º | 0.31% | 0.71% | - |
| XYZ | 30.99 | 28.21 | 22.88 | - |
| YUV | 146.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 124 | 0 | 0.26 | 0.31 | 0.29 | 10.71 | 0.27 | 0.6 |
| Hex | B4 | 86 | 7C | 0 | 1A | 1F | 1D | B | 1B | 3C |
| Octal | 264 | 206 | 174 | 0 | 32 | 37 | 35 | 13 | 33 | 74 |
| Binary | 10110100 | 10000110 | 1111100 | 0 | 11010 | 11111 | 11101 | 1011 | 11011 | 111100 |
Color Harmonies of #B4867C
Complementary color
Monochromatic Colors of #B4867C
Black with #B4867C
Text Example
Text Example
White with #B4867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4867C; }
p { color: rgb(180,134,124); }
H1.HeaderClassName
{
color: #B4867C;
}
.AnyTagClassName
{
color: #B4867C;
}
</style>
background-color css
<style>
a { background-color: #B4867C; }
a { background-color: rgb(180,134,124); }
div.DivClassName
{
background-color: #B4867C;
}
.BgClassName
{
background-color: #B4867C;
}
</style>
border-color css
<style>
span { border-color: #B4867C; }
span { border-color: rgb(180,134,124); }
td.TdClassName
{
border-color: #B4867C;
}
.TagClassName
{
border-color: #B4867C;
}
</style>