Shades of Brandy Rose #B87A6F
Tints of Brandy Rose #B87A6F
RGB
CMYK
RGB Variations
Color information
#B87A6F (or 0xB87A6F) is known color: Brandy Rose. HEX triplet: B8, 7A and 6F. RGB value is (184,122,111). Sum of RGB (Red+Green+Blue) = 184+122+111=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A6F is #478590. Grayscale: #8B8B8B. Windows color (decimal): -4687249 or 7305912. OLE color: 7305912.
HSL color Cylindrical-coordinate representation of color #B87A6F: hue angle of 9.04º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B87A6F is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 111 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.28 |
| HSL | 9.04º | 0.34% | 0.58% | - |
| HSV(B) | 9.04º | 0.4% | 0.72% | - |
| XYZ | 29.6 | 25.26 | 18.35 | - |
| YUV | 139.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 111 | 0 | 0.34 | 0.40 | 0.28 | 9.04 | 0.34 | 0.58 |
| Hex | B8 | 7A | 6F | 0 | 22 | 28 | 1C | 9 | 22 | 3A |
| Octal | 270 | 172 | 157 | 0 | 42 | 50 | 34 | 11 | 42 | 72 |
| Binary | 10111000 | 1111010 | 1101111 | 0 | 100010 | 101000 | 11100 | 1001 | 100010 | 111010 |
Color Harmonies of #B87A6F
Complementary color
Monochromatic Colors of #B87A6F
Black with #B87A6F
Text Example
Text Example
White with #B87A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A6F; }
p { color: rgb(184,122,111); }
H1.HeaderClassName
{
color: #B87A6F;
}
.AnyTagClassName
{
color: #B87A6F;
}
</style>
background-color css
<style>
a { background-color: #B87A6F; }
a { background-color: rgb(184,122,111); }
div.DivClassName
{
background-color: #B87A6F;
}
.BgClassName
{
background-color: #B87A6F;
}
</style>
border-color css
<style>
span { border-color: #B87A6F; }
span { border-color: rgb(184,122,111); }
td.TdClassName
{
border-color: #B87A6F;
}
.TagClassName
{
border-color: #B87A6F;
}
</style>