Shades of Brandy Rose #B87C7B
Tints of Brandy Rose #B87C7B
RGB
CMYK
RGB Variations
Color information
#B87C7B (or 0xB87C7B) is known color: Brandy Rose. HEX triplet: B8, 7C and 7B. RGB value is (184,124,123). Sum of RGB (Red+Green+Blue) = 184+124+123=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C7B is #478384. Grayscale: #8D8D8D. Windows color (decimal): -4686725 or 8092856. OLE color: 8092856.
HSL color Cylindrical-coordinate representation of color #B87C7B: hue angle of 0.98º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87C7B is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 123 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.28 |
| HSL | 0.98º | 0.3% | 0.6% | - |
| HSV(B) | 0.98º | 0.33% | 0.72% | - |
| XYZ | 30.55 | 26.04 | 22.15 | - |
| YUV | 141.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 123 | 0 | 0.33 | 0.33 | 0.28 | 0.98 | 0.3 | 0.6 |
| Hex | B8 | 7C | 7B | 0 | 21 | 21 | 1C | 1 | 1E | 3C |
| Octal | 270 | 174 | 173 | 0 | 41 | 41 | 34 | 1 | 36 | 74 |
| Binary | 10111000 | 1111100 | 1111011 | 0 | 100001 | 100001 | 11100 | 1 | 11110 | 111100 |
Color Harmonies of #B87C7B
Complementary color
Monochromatic Colors of #B87C7B
Black with #B87C7B
Text Example
Text Example
White with #B87C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C7B; }
p { color: rgb(184,124,123); }
H1.HeaderClassName
{
color: #B87C7B;
}
.AnyTagClassName
{
color: #B87C7B;
}
</style>
background-color css
<style>
a { background-color: #B87C7B; }
a { background-color: rgb(184,124,123); }
div.DivClassName
{
background-color: #B87C7B;
}
.BgClassName
{
background-color: #B87C7B;
}
</style>
border-color css
<style>
span { border-color: #B87C7B; }
span { border-color: rgb(184,124,123); }
td.TdClassName
{
border-color: #B87C7B;
}
.TagClassName
{
border-color: #B87C7B;
}
</style>