Shades of Brandy Rose #B87B7A
Tints of Brandy Rose #B87B7A
RGB
CMYK
RGB Variations
Color information
#B87B7A (or 0xB87B7A) is known color: Brandy Rose. HEX triplet: B8, 7B and 7A. RGB value is (184,123,122). Sum of RGB (Red+Green+Blue) = 184+123+122=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B7A is #478485. Grayscale: #8D8D8D. Windows color (decimal): -4686982 or 8027064. OLE color: 8027064.
HSL color Cylindrical-coordinate representation of color #B87B7A: hue angle of 0.97º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87B7A is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 122 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.28 |
| HSL | 0.97º | 0.3% | 0.6% | - |
| HSV(B) | 0.97º | 0.34% | 0.72% | - |
| XYZ | 30.36 | 25.76 | 21.78 | - |
| YUV | 141.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 122 | 0 | 0.33 | 0.34 | 0.28 | 0.97 | 0.3 | 0.6 |
| Hex | B8 | 7B | 7A | 0 | 21 | 22 | 1C | 1 | 1E | 3C |
| Octal | 270 | 173 | 172 | 0 | 41 | 42 | 34 | 1 | 36 | 74 |
| Binary | 10111000 | 1111011 | 1111010 | 0 | 100001 | 100010 | 11100 | 1 | 11110 | 111100 |
Color Harmonies of #B87B7A
Complementary color
Monochromatic Colors of #B87B7A
Black with #B87B7A
Text Example
Text Example
White with #B87B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87B7A; }
p { color: rgb(184,123,122); }
H1.HeaderClassName
{
color: #B87B7A;
}
.AnyTagClassName
{
color: #B87B7A;
}
</style>
background-color css
<style>
a { background-color: #B87B7A; }
a { background-color: rgb(184,123,122); }
div.DivClassName
{
background-color: #B87B7A;
}
.BgClassName
{
background-color: #B87B7A;
}
</style>
border-color css
<style>
span { border-color: #B87B7A; }
span { border-color: rgb(184,123,122); }
td.TdClassName
{
border-color: #B87B7A;
}
.TagClassName
{
border-color: #B87B7A;
}
</style>