Shades of Brandy Rose #B4856D
Tints of Brandy Rose #B4856D
RGB
CMYK
RGB Variations
Color information
#B4856D (or 0xB4856D) is known color: Brandy Rose. HEX triplet: B4, 85 and 6D. RGB value is (180,133,109). Sum of RGB (Red+Green+Blue) = 180+133+109=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4856D is #4B7A92. Grayscale: #909090. Windows color (decimal): -4946579 or 7177652. OLE color: 7177652.
HSL color Cylindrical-coordinate representation of color #B4856D: hue angle of 20.28º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4856D is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 109 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.29 |
| HSL | 20.28º | 0.32% | 0.57% | - |
| HSV(B) | 20.28º | 0.39% | 0.71% | - |
| XYZ | 29.97 | 27.58 | 18.21 | - |
| YUV | 144.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 109 | 0 | 0.26 | 0.39 | 0.29 | 20.28 | 0.32 | 0.57 |
| Hex | B4 | 85 | 6D | 0 | 1A | 27 | 1D | 14 | 20 | 39 |
| Octal | 264 | 205 | 155 | 0 | 32 | 47 | 35 | 24 | 40 | 71 |
| Binary | 10110100 | 10000101 | 1101101 | 0 | 11010 | 100111 | 11101 | 10100 | 100000 | 111001 |
Color Harmonies of #B4856D
Complementary color
Monochromatic Colors of #B4856D
Black with #B4856D
Text Example
Text Example
White with #B4856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4856D; }
p { color: rgb(180,133,109); }
H1.HeaderClassName
{
color: #B4856D;
}
.AnyTagClassName
{
color: #B4856D;
}
</style>
background-color css
<style>
a { background-color: #B4856D; }
a { background-color: rgb(180,133,109); }
div.DivClassName
{
background-color: #B4856D;
}
.BgClassName
{
background-color: #B4856D;
}
</style>
border-color css
<style>
span { border-color: #B4856D; }
span { border-color: rgb(180,133,109); }
td.TdClassName
{
border-color: #B4856D;
}
.TagClassName
{
border-color: #B4856D;
}
</style>