Shades of Brandy Rose #B4857E
Tints of Brandy Rose #B4857E
RGB
CMYK
RGB Variations
Color information
#B4857E (or 0xB4857E) is known color: Brandy Rose. HEX triplet: B4, 85 and 7E. RGB value is (180,133,126). Sum of RGB (Red+Green+Blue) = 180+133+126=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4857E is #4B7A81. Grayscale: #929292. Windows color (decimal): -4946562 or 8291764. OLE color: 8291764.
HSL color Cylindrical-coordinate representation of color #B4857E: hue angle of 7.78º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4857E is Cyan = 0, Magento = 0.26, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 126 | - |
| CMYK | 0 | 0.26 | 0.3 | 0.29 |
| HSL | 7.78º | 0.26% | 0.6% | - |
| HSV(B) | 7.78º | 0.3% | 0.71% | - |
| XYZ | 30.98 | 27.98 | 23.51 | - |
| YUV | 146.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 126 | 0 | 0.26 | 0.3 | 0.29 | 7.78 | 0.26 | 0.6 |
| Hex | B4 | 85 | 7E | 0 | 1A | 1E | 1D | 8 | 1A | 3C |
| Octal | 264 | 205 | 176 | 0 | 32 | 36 | 35 | 10 | 32 | 74 |
| Binary | 10110100 | 10000101 | 1111110 | 0 | 11010 | 11110 | 11101 | 1000 | 11010 | 111100 |
Color Harmonies of #B4857E
Complementary color
Monochromatic Colors of #B4857E
Black with #B4857E
Text Example
Text Example
White with #B4857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4857E; }
p { color: rgb(180,133,126); }
H1.HeaderClassName
{
color: #B4857E;
}
.AnyTagClassName
{
color: #B4857E;
}
</style>
background-color css
<style>
a { background-color: #B4857E; }
a { background-color: rgb(180,133,126); }
div.DivClassName
{
background-color: #B4857E;
}
.BgClassName
{
background-color: #B4857E;
}
</style>
border-color css
<style>
span { border-color: #B4857E; }
span { border-color: rgb(180,133,126); }
td.TdClassName
{
border-color: #B4857E;
}
.TagClassName
{
border-color: #B4857E;
}
</style>