Shades of Brandy Rose #B47B73
Tints of Brandy Rose #B47B73
RGB
CMYK
RGB Variations
Color information
#B47B73 (or 0xB47B73) is known color: Brandy Rose. HEX triplet: B4, 7B and 73. RGB value is (180,123,115). Sum of RGB (Red+Green+Blue) = 180+123+115=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B73 is #4B848C. Grayscale: #8B8B8B. Windows color (decimal): -4949133 or 7568308. OLE color: 7568308.
HSL color Cylindrical-coordinate representation of color #B47B73: hue angle of 7.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B47B73 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 115 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.29 |
| HSL | 7.38º | 0.3% | 0.58% | - |
| HSV(B) | 7.38º | 0.36% | 0.71% | - |
| XYZ | 29 | 25.11 | 19.54 | - |
| YUV | 139.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 115 | 0 | 0.32 | 0.36 | 0.29 | 7.38 | 0.3 | 0.58 |
| Hex | B4 | 7B | 73 | 0 | 20 | 24 | 1D | 7 | 1E | 3A |
| Octal | 264 | 173 | 163 | 0 | 40 | 44 | 35 | 7 | 36 | 72 |
| Binary | 10110100 | 1111011 | 1110011 | 0 | 100000 | 100100 | 11101 | 111 | 11110 | 111010 |
Color Harmonies of #B47B73
Complementary color
Monochromatic Colors of #B47B73
Black with #B47B73
Text Example
Text Example
White with #B47B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47B73; }
p { color: rgb(180,123,115); }
H1.HeaderClassName
{
color: #B47B73;
}
.AnyTagClassName
{
color: #B47B73;
}
</style>
background-color css
<style>
a { background-color: #B47B73; }
a { background-color: rgb(180,123,115); }
div.DivClassName
{
background-color: #B47B73;
}
.BgClassName
{
background-color: #B47B73;
}
</style>
border-color css
<style>
span { border-color: #B47B73; }
span { border-color: rgb(180,123,115); }
td.TdClassName
{
border-color: #B47B73;
}
.TagClassName
{
border-color: #B47B73;
}
</style>