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