Shades of Brandy Rose #B87E6A
Tints of Brandy Rose #B87E6A
RGB
CMYK
RGB Variations
Color information
#B87E6A (or 0xB87E6A) is known color: Brandy Rose. HEX triplet: B8, 7E and 6A. RGB value is (184,126,106). Sum of RGB (Red+Green+Blue) = 184+126+106=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87E6A is #478195. Grayscale: #8D8D8D. Windows color (decimal): -4686230 or 6979256. OLE color: 6979256.
HSL color Cylindrical-coordinate representation of color #B87E6A: hue angle of 15.38º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B87E6A is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 126 | 106 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.28 |
| HSL | 15.38º | 0.35% | 0.57% | - |
| HSV(B) | 15.38º | 0.42% | 0.72% | - |
| XYZ | 29.83 | 26.15 | 17.11 | - |
| YUV | 141.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 106 | 0 | 0.32 | 0.42 | 0.28 | 15.38 | 0.35 | 0.57 |
| Hex | B8 | 7E | 6A | 0 | 20 | 2A | 1C | F | 23 | 39 |
| Octal | 270 | 176 | 152 | 0 | 40 | 52 | 34 | 17 | 43 | 71 |
| Binary | 10111000 | 1111110 | 1101010 | 0 | 100000 | 101010 | 11100 | 1111 | 100011 | 111001 |
Color Harmonies of #B87E6A
Complementary color
Monochromatic Colors of #B87E6A
Black with #B87E6A
Text Example
Text Example
White with #B87E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87E6A; }
p { color: rgb(184,126,106); }
H1.HeaderClassName
{
color: #B87E6A;
}
.AnyTagClassName
{
color: #B87E6A;
}
</style>
background-color css
<style>
a { background-color: #B87E6A; }
a { background-color: rgb(184,126,106); }
div.DivClassName
{
background-color: #B87E6A;
}
.BgClassName
{
background-color: #B87E6A;
}
</style>
border-color css
<style>
span { border-color: #B87E6A; }
span { border-color: rgb(184,126,106); }
td.TdClassName
{
border-color: #B87E6A;
}
.TagClassName
{
border-color: #B87E6A;
}
</style>