Shades of Brandy Rose #B47E7D
Tints of Brandy Rose #B47E7D
RGB
CMYK
RGB Variations
Color information
#B47E7D (or 0xB47E7D) is known color: Brandy Rose. HEX triplet: B4, 7E and 7D. RGB value is (180,126,125). Sum of RGB (Red+Green+Blue) = 180+126+125=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E7D is #4B8182. Grayscale: #8E8E8E. Windows color (decimal): -4948355 or 8224436. OLE color: 8224436.
HSL color Cylindrical-coordinate representation of color #B47E7D: hue angle of 1.09º 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 #B47E7D is Cyan = 0, Magento = 0.3, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 125 | - |
| CMYK | 0 | 0.3 | 0.31 | 0.29 |
| HSL | 1.09º | 0.27% | 0.6% | - |
| HSV(B) | 1.09º | 0.31% | 0.71% | - |
| XYZ | 29.98 | 26.11 | 22.86 | - |
| YUV | 142.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 125 | 0 | 0.3 | 0.31 | 0.29 | 1.09 | 0.27 | 0.6 |
| Hex | B4 | 7E | 7D | 0 | 1E | 1F | 1D | 1 | 1B | 3C |
| Octal | 264 | 176 | 175 | 0 | 36 | 37 | 35 | 1 | 33 | 74 |
| Binary | 10110100 | 1111110 | 1111101 | 0 | 11110 | 11111 | 11101 | 1 | 11011 | 111100 |
Color Harmonies of #B47E7D
Complementary color
Monochromatic Colors of #B47E7D
Black with #B47E7D
Text Example
Text Example
White with #B47E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E7D; }
p { color: rgb(180,126,125); }
H1.HeaderClassName
{
color: #B47E7D;
}
.AnyTagClassName
{
color: #B47E7D;
}
</style>
background-color css
<style>
a { background-color: #B47E7D; }
a { background-color: rgb(180,126,125); }
div.DivClassName
{
background-color: #B47E7D;
}
.BgClassName
{
background-color: #B47E7D;
}
</style>
border-color css
<style>
span { border-color: #B47E7D; }
span { border-color: rgb(180,126,125); }
td.TdClassName
{
border-color: #B47E7D;
}
.TagClassName
{
border-color: #B47E7D;
}
</style>