Shades of Brandy Rose #B47A77
Tints of Brandy Rose #B47A77
RGB
CMYK
RGB Variations
Color information
#B47A77 (or 0xB47A77) is known color: Brandy Rose. HEX triplet: B4, 7A and 77. RGB value is (180,122,119). Sum of RGB (Red+Green+Blue) = 180+122+119=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A77 is #4B8588. Grayscale: #8B8B8B. Windows color (decimal): -4949385 or 7830196. OLE color: 7830196.
HSL color Cylindrical-coordinate representation of color #B47A77: hue angle of 2.95º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B47A77 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 119 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.29 |
| HSL | 2.95º | 0.29% | 0.59% | - |
| HSV(B) | 2.95º | 0.34% | 0.71% | - |
| XYZ | 29.11 | 24.95 | 20.74 | - |
| YUV | 139 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 119 | 0 | 0.32 | 0.34 | 0.29 | 2.95 | 0.29 | 0.59 |
| Hex | B4 | 7A | 77 | 0 | 20 | 22 | 1D | 3 | 1D | 3B |
| Octal | 264 | 172 | 167 | 0 | 40 | 42 | 35 | 3 | 35 | 73 |
| Binary | 10110100 | 1111010 | 1110111 | 0 | 100000 | 100010 | 11101 | 11 | 11101 | 111011 |
Color Harmonies of #B47A77
Complementary color
Monochromatic Colors of #B47A77
Black with #B47A77
Text Example
Text Example
White with #B47A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A77; }
p { color: rgb(180,122,119); }
H1.HeaderClassName
{
color: #B47A77;
}
.AnyTagClassName
{
color: #B47A77;
}
</style>
background-color css
<style>
a { background-color: #B47A77; }
a { background-color: rgb(180,122,119); }
div.DivClassName
{
background-color: #B47A77;
}
.BgClassName
{
background-color: #B47A77;
}
</style>
border-color css
<style>
span { border-color: #B47A77; }
span { border-color: rgb(180,122,119); }
td.TdClassName
{
border-color: #B47A77;
}
.TagClassName
{
border-color: #B47A77;
}
</style>