Shades of Brandy Rose #B47F7A
Tints of Brandy Rose #B47F7A
RGB
CMYK
RGB Variations
Color information
#B47F7A (or 0xB47F7A) is known color: Brandy Rose. HEX triplet: B4, 7F and 7A. RGB value is (180,127,122). Sum of RGB (Red+Green+Blue) = 180+127+122=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F7A is #4B8085. Grayscale: #8E8E8E. Windows color (decimal): -4948102 or 8028084. OLE color: 8028084.
HSL color Cylindrical-coordinate representation of color #B47F7A: hue angle of 5.17º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47F7A is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 127 | 122 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.29 |
| HSL | 5.17º | 0.28% | 0.59% | - |
| HSV(B) | 5.17º | 0.32% | 0.71% | - |
| XYZ | 29.92 | 26.29 | 21.91 | - |
| YUV | 142.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 127 | 122 | 0 | 0.29 | 0.32 | 0.29 | 5.17 | 0.28 | 0.59 |
| Hex | B4 | 7F | 7A | 0 | 1D | 20 | 1D | 5 | 1C | 3B |
| Octal | 264 | 177 | 172 | 0 | 35 | 40 | 35 | 5 | 34 | 73 |
| Binary | 10110100 | 1111111 | 1111010 | 0 | 11101 | 100000 | 11101 | 101 | 11100 | 111011 |
Color Harmonies of #B47F7A
Complementary color
Monochromatic Colors of #B47F7A
Black with #B47F7A
Text Example
Text Example
White with #B47F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47F7A; }
p { color: rgb(180,127,122); }
H1.HeaderClassName
{
color: #B47F7A;
}
.AnyTagClassName
{
color: #B47F7A;
}
</style>
background-color css
<style>
a { background-color: #B47F7A; }
a { background-color: rgb(180,127,122); }
div.DivClassName
{
background-color: #B47F7A;
}
.BgClassName
{
background-color: #B47F7A;
}
</style>
border-color css
<style>
span { border-color: #B47F7A; }
span { border-color: rgb(180,127,122); }
td.TdClassName
{
border-color: #B47F7A;
}
.TagClassName
{
border-color: #B47F7A;
}
</style>