Shades of Brandy Rose #B87C6D
Tints of Brandy Rose #B87C6D
RGB
CMYK
RGB Variations
Color information
#B87C6D (or 0xB87C6D) is known color: Brandy Rose. HEX triplet: B8, 7C and 6D. RGB value is (184,124,109). Sum of RGB (Red+Green+Blue) = 184+124+109=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C6D is #478392. Grayscale: #8C8C8C. Windows color (decimal): -4686739 or 7175352. OLE color: 7175352.
HSL color Cylindrical-coordinate representation of color #B87C6D: hue angle of 12º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B87C6D is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 109 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.28 |
| HSL | 12º | 0.35% | 0.57% | - |
| HSV(B) | 12º | 0.41% | 0.72% | - |
| XYZ | 29.74 | 25.71 | 17.86 | - |
| YUV | 140.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 109 | 0 | 0.33 | 0.41 | 0.28 | 12 | 0.35 | 0.57 |
| Hex | B8 | 7C | 6D | 0 | 21 | 29 | 1C | C | 23 | 39 |
| Octal | 270 | 174 | 155 | 0 | 41 | 51 | 34 | 14 | 43 | 71 |
| Binary | 10111000 | 1111100 | 1101101 | 0 | 100001 | 101001 | 11100 | 1100 | 100011 | 111001 |
Color Harmonies of #B87C6D
Complementary color
Monochromatic Colors of #B87C6D
Black with #B87C6D
Text Example
Text Example
White with #B87C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C6D; }
p { color: rgb(184,124,109); }
H1.HeaderClassName
{
color: #B87C6D;
}
.AnyTagClassName
{
color: #B87C6D;
}
</style>
background-color css
<style>
a { background-color: #B87C6D; }
a { background-color: rgb(184,124,109); }
div.DivClassName
{
background-color: #B87C6D;
}
.BgClassName
{
background-color: #B87C6D;
}
</style>
border-color css
<style>
span { border-color: #B87C6D; }
span { border-color: rgb(184,124,109); }
td.TdClassName
{
border-color: #B87C6D;
}
.TagClassName
{
border-color: #B87C6D;
}
</style>