Shades of Brandy Rose #B87F7B
Tints of Brandy Rose #B87F7B
RGB
CMYK
RGB Variations
Color information
#B87F7B (or 0xB87F7B) is known color: Brandy Rose. HEX triplet: B8, 7F and 7B. RGB value is (184,127,123). Sum of RGB (Red+Green+Blue) = 184+127+123=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87F7B is #478084. Grayscale: #8F8F8F. Windows color (decimal): -4685957 or 8093624. OLE color: 8093624.
HSL color Cylindrical-coordinate representation of color #B87F7B: hue angle of 3.93º 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 #B87F7B is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 123 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.28 |
| HSL | 3.93º | 0.3% | 0.6% | - |
| HSV(B) | 3.93º | 0.33% | 0.72% | - |
| XYZ | 30.93 | 26.8 | 22.28 | - |
| YUV | 143.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 123 | 0 | 0.31 | 0.33 | 0.28 | 3.93 | 0.3 | 0.6 |
| Hex | B8 | 7F | 7B | 0 | 1F | 21 | 1C | 4 | 1E | 3C |
| Octal | 270 | 177 | 173 | 0 | 37 | 41 | 34 | 4 | 36 | 74 |
| Binary | 10111000 | 1111111 | 1111011 | 0 | 11111 | 100001 | 11100 | 100 | 11110 | 111100 |
Color Harmonies of #B87F7B
Complementary color
Monochromatic Colors of #B87F7B
Black with #B87F7B
Text Example
Text Example
White with #B87F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F7B; }
p { color: rgb(184,127,123); }
H1.HeaderClassName
{
color: #B87F7B;
}
.AnyTagClassName
{
color: #B87F7B;
}
</style>
background-color css
<style>
a { background-color: #B87F7B; }
a { background-color: rgb(184,127,123); }
div.DivClassName
{
background-color: #B87F7B;
}
.BgClassName
{
background-color: #B87F7B;
}
</style>
border-color css
<style>
span { border-color: #B87F7B; }
span { border-color: rgb(184,127,123); }
td.TdClassName
{
border-color: #B87F7B;
}
.TagClassName
{
border-color: #B87F7B;
}
</style>