Shades of Brandy Rose #B87B6E
Tints of Brandy Rose #B87B6E
RGB
CMYK
RGB Variations
Color information
#B87B6E (or 0xB87B6E) is known color: Brandy Rose. HEX triplet: B8, 7B and 6E. RGB value is (184,123,110). Sum of RGB (Red+Green+Blue) = 184+123+110=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B6E is #478491. Grayscale: #8B8B8B. Windows color (decimal): -4686994 or 7240632. OLE color: 7240632.
HSL color Cylindrical-coordinate representation of color #B87B6E: hue angle of 10.54º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B87B6E is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 110 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.28 |
| HSL | 10.54º | 0.34% | 0.58% | - |
| HSV(B) | 10.54º | 0.4% | 0.72% | - |
| XYZ | 29.66 | 25.48 | 18.11 | - |
| YUV | 139.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 110 | 0 | 0.33 | 0.40 | 0.28 | 10.54 | 0.34 | 0.58 |
| Hex | B8 | 7B | 6E | 0 | 21 | 28 | 1C | B | 22 | 3A |
| Octal | 270 | 173 | 156 | 0 | 41 | 50 | 34 | 13 | 42 | 72 |
| Binary | 10111000 | 1111011 | 1101110 | 0 | 100001 | 101000 | 11100 | 1011 | 100010 | 111010 |
Color Harmonies of #B87B6E
Complementary color
Monochromatic Colors of #B87B6E
Black with #B87B6E
Text Example
Text Example
White with #B87B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87B6E; }
p { color: rgb(184,123,110); }
H1.HeaderClassName
{
color: #B87B6E;
}
.AnyTagClassName
{
color: #B87B6E;
}
</style>
background-color css
<style>
a { background-color: #B87B6E; }
a { background-color: rgb(184,123,110); }
div.DivClassName
{
background-color: #B87B6E;
}
.BgClassName
{
background-color: #B87B6E;
}
</style>
border-color css
<style>
span { border-color: #B87B6E; }
span { border-color: rgb(184,123,110); }
td.TdClassName
{
border-color: #B87B6E;
}
.TagClassName
{
border-color: #B87B6E;
}
</style>