Shades of Brandy Rose #B4857D
Tints of Brandy Rose #B4857D
RGB
CMYK
RGB Variations
Color information
#B4857D (or 0xB4857D) is known color: Brandy Rose. HEX triplet: B4, 85 and 7D. RGB value is (180,133,125). Sum of RGB (Red+Green+Blue) = 180+133+125=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4857D is #4B7A82. Grayscale: #929292. Windows color (decimal): -4946563 or 8226228. OLE color: 8226228.
HSL color Cylindrical-coordinate representation of color #B4857D: hue angle of 8.73º 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 #B4857D is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 125 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.29 |
| HSL | 8.73º | 0.27% | 0.6% | - |
| HSV(B) | 8.73º | 0.31% | 0.71% | - |
| XYZ | 30.91 | 27.96 | 23.17 | - |
| YUV | 146.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 125 | 0 | 0.26 | 0.31 | 0.29 | 8.73 | 0.27 | 0.6 |
| Hex | B4 | 85 | 7D | 0 | 1A | 1F | 1D | 9 | 1B | 3C |
| Octal | 264 | 205 | 175 | 0 | 32 | 37 | 35 | 11 | 33 | 74 |
| Binary | 10110100 | 10000101 | 1111101 | 0 | 11010 | 11111 | 11101 | 1001 | 11011 | 111100 |
Color Harmonies of #B4857D
Complementary color
Monochromatic Colors of #B4857D
Black with #B4857D
Text Example
Text Example
White with #B4857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4857D; }
p { color: rgb(180,133,125); }
H1.HeaderClassName
{
color: #B4857D;
}
.AnyTagClassName
{
color: #B4857D;
}
</style>
background-color css
<style>
a { background-color: #B4857D; }
a { background-color: rgb(180,133,125); }
div.DivClassName
{
background-color: #B4857D;
}
.BgClassName
{
background-color: #B4857D;
}
</style>
border-color css
<style>
span { border-color: #B4857D; }
span { border-color: rgb(180,133,125); }
td.TdClassName
{
border-color: #B4857D;
}
.TagClassName
{
border-color: #B4857D;
}
</style>