Shades of Brandy Rose #B4857F
Tints of Brandy Rose #B4857F
RGB
CMYK
RGB Variations
Color information
#B4857F (or 0xB4857F) is known color: Brandy Rose. HEX triplet: B4, 85 and 7F. RGB value is (180,133,127). Sum of RGB (Red+Green+Blue) = 180+133+127=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4857F is #4B7A80. Grayscale: #929292. Windows color (decimal): -4946561 or 8357300. OLE color: 8357300.
HSL color Cylindrical-coordinate representation of color #B4857F: hue angle of 6.79º 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 #B4857F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 127 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.29 |
| HSL | 6.79º | 0.26% | 0.6% | - |
| HSV(B) | 6.79º | 0.29% | 0.71% | - |
| XYZ | 31.04 | 28.01 | 23.85 | - |
| YUV | 146.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 127 | 0 | 0.26 | 0.29 | 0.29 | 6.79 | 0.26 | 0.6 |
| Hex | B4 | 85 | 7F | 0 | 1A | 1D | 1D | 7 | 1A | 3C |
| Octal | 264 | 205 | 177 | 0 | 32 | 35 | 35 | 7 | 32 | 74 |
| Binary | 10110100 | 10000101 | 1111111 | 0 | 11010 | 11101 | 11101 | 111 | 11010 | 111100 |
Color Harmonies of #B4857F
Complementary color
Monochromatic Colors of #B4857F
Black with #B4857F
Text Example
Text Example
White with #B4857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4857F; }
p { color: rgb(180,133,127); }
H1.HeaderClassName
{
color: #B4857F;
}
.AnyTagClassName
{
color: #B4857F;
}
</style>
background-color css
<style>
a { background-color: #B4857F; }
a { background-color: rgb(180,133,127); }
div.DivClassName
{
background-color: #B4857F;
}
.BgClassName
{
background-color: #B4857F;
}
</style>
border-color css
<style>
span { border-color: #B4857F; }
span { border-color: rgb(180,133,127); }
td.TdClassName
{
border-color: #B4857F;
}
.TagClassName
{
border-color: #B4857F;
}
</style>