Shades of Brandy Rose #B47E72
Tints of Brandy Rose #B47E72
RGB
CMYK
RGB Variations
Color information
#B47E72 (or 0xB47E72) is known color: Brandy Rose. HEX triplet: B4, 7E and 72. RGB value is (180,126,114). Sum of RGB (Red+Green+Blue) = 180+126+114=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E72 is #4B818D. Grayscale: #8C8C8C. Windows color (decimal): -4948366 or 7503540. OLE color: 7503540.
HSL color Cylindrical-coordinate representation of color #B47E72: hue angle of 10.91º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B47E72 is Cyan = 0, Magento = 0.3, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 114 | - |
| CMYK | 0 | 0.3 | 0.37 | 0.29 |
| HSL | 10.91º | 0.31% | 0.58% | - |
| HSV(B) | 10.91º | 0.37% | 0.71% | - |
| XYZ | 29.32 | 25.84 | 19.36 | - |
| YUV | 140.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 114 | 0 | 0.3 | 0.37 | 0.29 | 10.91 | 0.31 | 0.58 |
| Hex | B4 | 7E | 72 | 0 | 1E | 25 | 1D | B | 1F | 3A |
| Octal | 264 | 176 | 162 | 0 | 36 | 45 | 35 | 13 | 37 | 72 |
| Binary | 10110100 | 1111110 | 1110010 | 0 | 11110 | 100101 | 11101 | 1011 | 11111 | 111010 |
Color Harmonies of #B47E72
Complementary color
Monochromatic Colors of #B47E72
Black with #B47E72
Text Example
Text Example
White with #B47E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E72; }
p { color: rgb(180,126,114); }
H1.HeaderClassName
{
color: #B47E72;
}
.AnyTagClassName
{
color: #B47E72;
}
</style>
background-color css
<style>
a { background-color: #B47E72; }
a { background-color: rgb(180,126,114); }
div.DivClassName
{
background-color: #B47E72;
}
.BgClassName
{
background-color: #B47E72;
}
</style>
border-color css
<style>
span { border-color: #B47E72; }
span { border-color: rgb(180,126,114); }
td.TdClassName
{
border-color: #B47E72;
}
.TagClassName
{
border-color: #B47E72;
}
</style>