Shades of Brandy Rose #B87A73
Tints of Brandy Rose #B87A73
RGB
CMYK
RGB Variations
Color information
#B87A73 (or 0xB87A73) is known color: Brandy Rose. HEX triplet: B8, 7A and 73. RGB value is (184,122,115). Sum of RGB (Red+Green+Blue) = 184+122+115=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A73 is #47858C. Grayscale: #8B8B8B. Windows color (decimal): -4687245 or 7568056. OLE color: 7568056.
HSL color Cylindrical-coordinate representation of color #B87A73: hue angle of 6.09º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B87A73 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 115 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.28 |
| HSL | 6.09º | 0.33% | 0.59% | - |
| HSV(B) | 6.09º | 0.38% | 0.72% | - |
| XYZ | 29.82 | 25.35 | 19.54 | - |
| YUV | 139.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 115 | 0 | 0.34 | 0.38 | 0.28 | 6.09 | 0.33 | 0.59 |
| Hex | B8 | 7A | 73 | 0 | 22 | 26 | 1C | 6 | 21 | 3B |
| Octal | 270 | 172 | 163 | 0 | 42 | 46 | 34 | 6 | 41 | 73 |
| Binary | 10111000 | 1111010 | 1110011 | 0 | 100010 | 100110 | 11100 | 110 | 100001 | 111011 |
Color Harmonies of #B87A73
Complementary color
Monochromatic Colors of #B87A73
Black with #B87A73
Text Example
Text Example
White with #B87A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A73; }
p { color: rgb(184,122,115); }
H1.HeaderClassName
{
color: #B87A73;
}
.AnyTagClassName
{
color: #B87A73;
}
</style>
background-color css
<style>
a { background-color: #B87A73; }
a { background-color: rgb(184,122,115); }
div.DivClassName
{
background-color: #B87A73;
}
.BgClassName
{
background-color: #B87A73;
}
</style>
border-color css
<style>
span { border-color: #B87A73; }
span { border-color: rgb(184,122,115); }
td.TdClassName
{
border-color: #B87A73;
}
.TagClassName
{
border-color: #B87A73;
}
</style>