Shades of Brandy Rose #B47D6D
Tints of Brandy Rose #B47D6D
RGB
CMYK
RGB Variations
Color information
#B47D6D (or 0xB47D6D) is known color: Brandy Rose. HEX triplet: B4, 7D and 6D. RGB value is (180,125,109). Sum of RGB (Red+Green+Blue) = 180+125+109=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D6D is #4B8292. Grayscale: #8B8B8B. Windows color (decimal): -4948627 or 7175604. OLE color: 7175604.
HSL color Cylindrical-coordinate representation of color #B47D6D: hue angle of 13.52º 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 #B47D6D is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 125 | 109 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.29 |
| HSL | 13.52º | 0.32% | 0.57% | - |
| HSV(B) | 13.52º | 0.39% | 0.71% | - |
| XYZ | 28.92 | 25.47 | 17.86 | - |
| YUV | 139.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 125 | 109 | 0 | 0.31 | 0.39 | 0.29 | 13.52 | 0.32 | 0.57 |
| Hex | B4 | 7D | 6D | 0 | 1F | 27 | 1D | E | 20 | 39 |
| Octal | 264 | 175 | 155 | 0 | 37 | 47 | 35 | 16 | 40 | 71 |
| Binary | 10110100 | 1111101 | 1101101 | 0 | 11111 | 100111 | 11101 | 1110 | 100000 | 111001 |
Color Harmonies of #B47D6D
Complementary color
Monochromatic Colors of #B47D6D
Black with #B47D6D
Text Example
Text Example
White with #B47D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47D6D; }
p { color: rgb(180,125,109); }
H1.HeaderClassName
{
color: #B47D6D;
}
.AnyTagClassName
{
color: #B47D6D;
}
</style>
background-color css
<style>
a { background-color: #B47D6D; }
a { background-color: rgb(180,125,109); }
div.DivClassName
{
background-color: #B47D6D;
}
.BgClassName
{
background-color: #B47D6D;
}
</style>
border-color css
<style>
span { border-color: #B47D6D; }
span { border-color: rgb(180,125,109); }
td.TdClassName
{
border-color: #B47D6D;
}
.TagClassName
{
border-color: #B47D6D;
}
</style>