Shades of Brandy Rose #B47A7A
Tints of Brandy Rose #B47A7A
RGB
CMYK
RGB Variations
Color information
#B47A7A (or 0xB47A7A) is known color: Brandy Rose. HEX triplet: B4, 7A and 7A. RGB value is (180,122,122). Sum of RGB (Red+Green+Blue) = 180+122+122=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A7A is #4B8585. Grayscale: #8B8B8B. Windows color (decimal): -4949382 or 8026804. OLE color: 8026804.
HSL color Cylindrical-coordinate representation of color #B47A7A: hue angle of 0º 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 #B47A7A is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 122 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.29 |
| HSL | 0º | 0.28% | 0.59% | - |
| HSV(B) | 0º | 0.32% | 0.71% | - |
| XYZ | 29.29 | 25.03 | 21.7 | - |
| YUV | 139.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 122 | 0 | 0.32 | 0.32 | 0.29 | 0 | 0.28 | 0.59 |
| Hex | B4 | 7A | 7A | 0 | 20 | 20 | 1D | 0 | 1C | 3B |
| Octal | 264 | 172 | 172 | 0 | 40 | 40 | 35 | 0 | 34 | 73 |
| Binary | 10110100 | 1111010 | 1111010 | 0 | 100000 | 100000 | 11101 | 0 | 11100 | 111011 |
Color Harmonies of #B47A7A
Complementary color
Monochromatic Colors of #B47A7A
Black with #B47A7A
Text Example
Text Example
White with #B47A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A7A; }
p { color: rgb(180,122,122); }
H1.HeaderClassName
{
color: #B47A7A;
}
.AnyTagClassName
{
color: #B47A7A;
}
</style>
background-color css
<style>
a { background-color: #B47A7A; }
a { background-color: rgb(180,122,122); }
div.DivClassName
{
background-color: #B47A7A;
}
.BgClassName
{
background-color: #B47A7A;
}
</style>
border-color css
<style>
span { border-color: #B47A7A; }
span { border-color: rgb(180,122,122); }
td.TdClassName
{
border-color: #B47A7A;
}
.TagClassName
{
border-color: #B47A7A;
}
</style>