Shades of Brandy Rose #B4846D
Tints of Brandy Rose #B4846D
RGB
CMYK
RGB Variations
Color information
#B4846D (or 0xB4846D) is known color: Brandy Rose. HEX triplet: B4, 84 and 6D. RGB value is (180,132,109). Sum of RGB (Red+Green+Blue) = 180+132+109=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4846D is #4B7B92. Grayscale: #8F8F8F. Windows color (decimal): -4946835 or 7177396. OLE color: 7177396.
HSL color Cylindrical-coordinate representation of color #B4846D: hue angle of 19.44º 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 #B4846D is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 109 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.29 |
| HSL | 19.44º | 0.32% | 0.57% | - |
| HSV(B) | 19.44º | 0.39% | 0.71% | - |
| XYZ | 29.83 | 27.31 | 18.17 | - |
| YUV | 143.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 109 | 0 | 0.27 | 0.39 | 0.29 | 19.44 | 0.32 | 0.57 |
| Hex | B4 | 84 | 6D | 0 | 1B | 27 | 1D | 13 | 20 | 39 |
| Octal | 264 | 204 | 155 | 0 | 33 | 47 | 35 | 23 | 40 | 71 |
| Binary | 10110100 | 10000100 | 1101101 | 0 | 11011 | 100111 | 11101 | 10011 | 100000 | 111001 |
Color Harmonies of #B4846D
Complementary color
Monochromatic Colors of #B4846D
Black with #B4846D
Text Example
Text Example
White with #B4846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4846D; }
p { color: rgb(180,132,109); }
H1.HeaderClassName
{
color: #B4846D;
}
.AnyTagClassName
{
color: #B4846D;
}
</style>
background-color css
<style>
a { background-color: #B4846D; }
a { background-color: rgb(180,132,109); }
div.DivClassName
{
background-color: #B4846D;
}
.BgClassName
{
background-color: #B4846D;
}
</style>
border-color css
<style>
span { border-color: #B4846D; }
span { border-color: rgb(180,132,109); }
td.TdClassName
{
border-color: #B4846D;
}
.TagClassName
{
border-color: #B4846D;
}
</style>