Shades of Brandy Rose #B87E7E
Tints of Brandy Rose #B87E7E
RGB
CMYK
RGB Variations
Color information
#B87E7E (or 0xB87E7E) is known color: Brandy Rose. HEX triplet: B8, 7E and 7E. RGB value is (184,126,126). Sum of RGB (Red+Green+Blue) = 184+126+126=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87E7E is #478181. Grayscale: #8F8F8F. Windows color (decimal): -4686210 or 8289976. OLE color: 8289976.
HSL color Cylindrical-coordinate representation of color #B87E7E: hue angle of 0º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87E7E is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 126 | 126 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.28 |
| HSL | 0º | 0.29% | 0.61% | - |
| HSV(B) | 0º | 0.32% | 0.72% | - |
| XYZ | 30.99 | 26.62 | 23.24 | - |
| YUV | 143.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 126 | 0 | 0.32 | 0.32 | 0.28 | 0 | 0.29 | 0.61 |
| Hex | B8 | 7E | 7E | 0 | 20 | 20 | 1C | 0 | 1D | 3D |
| Octal | 270 | 176 | 176 | 0 | 40 | 40 | 34 | 0 | 35 | 75 |
| Binary | 10111000 | 1111110 | 1111110 | 0 | 100000 | 100000 | 11100 | 0 | 11101 | 111101 |
Color Harmonies of #B87E7E
Complementary color
Monochromatic Colors of #B87E7E
Black with #B87E7E
Text Example
Text Example
White with #B87E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87E7E; }
p { color: rgb(184,126,126); }
H1.HeaderClassName
{
color: #B87E7E;
}
.AnyTagClassName
{
color: #B87E7E;
}
</style>
background-color css
<style>
a { background-color: #B87E7E; }
a { background-color: rgb(184,126,126); }
div.DivClassName
{
background-color: #B87E7E;
}
.BgClassName
{
background-color: #B87E7E;
}
</style>
border-color css
<style>
span { border-color: #B87E7E; }
span { border-color: rgb(184,126,126); }
td.TdClassName
{
border-color: #B87E7E;
}
.TagClassName
{
border-color: #B87E7E;
}
</style>