Shades of Brandy Rose #B87F7D
Tints of Brandy Rose #B87F7D
RGB
CMYK
RGB Variations
Color information
#B87F7D (or 0xB87F7D) is known color: Brandy Rose. HEX triplet: B8, 7F and 7D. RGB value is (184,127,125). Sum of RGB (Red+Green+Blue) = 184+127+125=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87F7D is #478082. Grayscale: #8F8F8F. Windows color (decimal): -4685955 or 8224696. OLE color: 8224696.
HSL color Cylindrical-coordinate representation of color #B87F7D: hue angle of 2.03º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87F7D is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 125 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.28 |
| HSL | 2.03º | 0.29% | 0.61% | - |
| HSV(B) | 2.03º | 0.32% | 0.72% | - |
| XYZ | 31.06 | 26.85 | 22.95 | - |
| YUV | 143.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 125 | 0 | 0.31 | 0.32 | 0.28 | 2.03 | 0.29 | 0.61 |
| Hex | B8 | 7F | 7D | 0 | 1F | 20 | 1C | 2 | 1D | 3D |
| Octal | 270 | 177 | 175 | 0 | 37 | 40 | 34 | 2 | 35 | 75 |
| Binary | 10111000 | 1111111 | 1111101 | 0 | 11111 | 100000 | 11100 | 10 | 11101 | 111101 |
Color Harmonies of #B87F7D
Complementary color
Monochromatic Colors of #B87F7D
Black with #B87F7D
Text Example
Text Example
White with #B87F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F7D; }
p { color: rgb(184,127,125); }
H1.HeaderClassName
{
color: #B87F7D;
}
.AnyTagClassName
{
color: #B87F7D;
}
</style>
background-color css
<style>
a { background-color: #B87F7D; }
a { background-color: rgb(184,127,125); }
div.DivClassName
{
background-color: #B87F7D;
}
.BgClassName
{
background-color: #B87F7D;
}
</style>
border-color css
<style>
span { border-color: #B87F7D; }
span { border-color: rgb(184,127,125); }
td.TdClassName
{
border-color: #B87F7D;
}
.TagClassName
{
border-color: #B87F7D;
}
</style>