Shades of Brandy Rose #B87A70
Tints of Brandy Rose #B87A70
RGB
CMYK
RGB Variations
Color information
#B87A70 (or 0xB87A70) is known color: Brandy Rose. HEX triplet: B8, 7A and 70. RGB value is (184,122,112). Sum of RGB (Red+Green+Blue) = 184+122+112=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A70 is #47858F. Grayscale: #8B8B8B. Windows color (decimal): -4687248 or 7371448. OLE color: 7371448.
HSL color Cylindrical-coordinate representation of color #B87A70: hue angle of 8.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87A70 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 112 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.28 |
| HSL | 8.33º | 0.34% | 0.58% | - |
| HSV(B) | 8.33º | 0.39% | 0.72% | - |
| XYZ | 29.65 | 25.28 | 18.65 | - |
| YUV | 139.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 112 | 0 | 0.34 | 0.39 | 0.28 | 8.33 | 0.34 | 0.58 |
| Hex | B8 | 7A | 70 | 0 | 22 | 27 | 1C | 8 | 22 | 3A |
| Octal | 270 | 172 | 160 | 0 | 42 | 47 | 34 | 10 | 42 | 72 |
| Binary | 10111000 | 1111010 | 1110000 | 0 | 100010 | 100111 | 11100 | 1000 | 100010 | 111010 |
Color Harmonies of #B87A70
Complementary color
Monochromatic Colors of #B87A70
Black with #B87A70
Text Example
Text Example
White with #B87A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A70; }
p { color: rgb(184,122,112); }
H1.HeaderClassName
{
color: #B87A70;
}
.AnyTagClassName
{
color: #B87A70;
}
</style>
background-color css
<style>
a { background-color: #B87A70; }
a { background-color: rgb(184,122,112); }
div.DivClassName
{
background-color: #B87A70;
}
.BgClassName
{
background-color: #B87A70;
}
</style>
border-color css
<style>
span { border-color: #B87A70; }
span { border-color: rgb(184,122,112); }
td.TdClassName
{
border-color: #B87A70;
}
.TagClassName
{
border-color: #B87A70;
}
</style>