Shades of Brandy Rose #B87E7D
Tints of Brandy Rose #B87E7D
RGB
CMYK
RGB Variations
Color information
#B87E7D (or 0xB87E7D) is known color: Brandy Rose. HEX triplet: B8, 7E and 7D. RGB value is (184,126,125). Sum of RGB (Red+Green+Blue) = 184+126+125=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87E7D is #478182. Grayscale: #8F8F8F. Windows color (decimal): -4686211 or 8224440. OLE color: 8224440.
HSL color Cylindrical-coordinate representation of color #B87E7D: hue angle of 1.02º 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 #B87E7D is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 126 | 125 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.28 |
| HSL | 1.02º | 0.29% | 0.61% | - |
| HSV(B) | 1.02º | 0.32% | 0.72% | - |
| XYZ | 30.93 | 26.59 | 22.9 | - |
| YUV | 143.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 125 | 0 | 0.32 | 0.32 | 0.28 | 1.02 | 0.29 | 0.61 |
| Hex | B8 | 7E | 7D | 0 | 20 | 20 | 1C | 1 | 1D | 3D |
| Octal | 270 | 176 | 175 | 0 | 40 | 40 | 34 | 1 | 35 | 75 |
| Binary | 10111000 | 1111110 | 1111101 | 0 | 100000 | 100000 | 11100 | 1 | 11101 | 111101 |
Color Harmonies of #B87E7D
Complementary color
Monochromatic Colors of #B87E7D
Black with #B87E7D
Text Example
Text Example
White with #B87E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87E7D; }
p { color: rgb(184,126,125); }
H1.HeaderClassName
{
color: #B87E7D;
}
.AnyTagClassName
{
color: #B87E7D;
}
</style>
background-color css
<style>
a { background-color: #B87E7D; }
a { background-color: rgb(184,126,125); }
div.DivClassName
{
background-color: #B87E7D;
}
.BgClassName
{
background-color: #B87E7D;
}
</style>
border-color css
<style>
span { border-color: #B87E7D; }
span { border-color: rgb(184,126,125); }
td.TdClassName
{
border-color: #B87E7D;
}
.TagClassName
{
border-color: #B87E7D;
}
</style>