Shades of Brandy Rose #B87C6C
Tints of Brandy Rose #B87C6C
RGB
CMYK
RGB Variations
Color information
#B87C6C (or 0xB87C6C) is known color: Brandy Rose. HEX triplet: B8, 7C and 6C. RGB value is (184,124,108). Sum of RGB (Red+Green+Blue) = 184+124+108=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C6C is #478393. Grayscale: #8C8C8C. Windows color (decimal): -4686740 or 7109816. OLE color: 7109816.
HSL color Cylindrical-coordinate representation of color #B87C6C: hue angle of 12.63º 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 #B87C6C is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 108 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.28 |
| HSL | 12.63º | 0.35% | 0.57% | - |
| HSV(B) | 12.63º | 0.41% | 0.72% | - |
| XYZ | 29.68 | 25.69 | 17.58 | - |
| YUV | 140.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 108 | 0 | 0.33 | 0.41 | 0.28 | 12.63 | 0.35 | 0.57 |
| Hex | B8 | 7C | 6C | 0 | 21 | 29 | 1C | D | 23 | 39 |
| Octal | 270 | 174 | 154 | 0 | 41 | 51 | 34 | 15 | 43 | 71 |
| Binary | 10111000 | 1111100 | 1101100 | 0 | 100001 | 101001 | 11100 | 1101 | 100011 | 111001 |
Color Harmonies of #B87C6C
Complementary color
Monochromatic Colors of #B87C6C
Black with #B87C6C
Text Example
Text Example
White with #B87C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C6C; }
p { color: rgb(184,124,108); }
H1.HeaderClassName
{
color: #B87C6C;
}
.AnyTagClassName
{
color: #B87C6C;
}
</style>
background-color css
<style>
a { background-color: #B87C6C; }
a { background-color: rgb(184,124,108); }
div.DivClassName
{
background-color: #B87C6C;
}
.BgClassName
{
background-color: #B87C6C;
}
</style>
border-color css
<style>
span { border-color: #B87C6C; }
span { border-color: rgb(184,124,108); }
td.TdClassName
{
border-color: #B87C6C;
}
.TagClassName
{
border-color: #B87C6C;
}
</style>