Shades of Brandy Rose #B87A79
Tints of Brandy Rose #B87A79
RGB
CMYK
RGB Variations
Color information
#B87A79 (or 0xB87A79) is known color: Brandy Rose. HEX triplet: B8, 7A and 79. RGB value is (184,122,121). Sum of RGB (Red+Green+Blue) = 184+122+121=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A79 is #478586. Grayscale: #8C8C8C. Windows color (decimal): -4687239 or 7961272. OLE color: 7961272.
HSL color Cylindrical-coordinate representation of color #B87A79: hue angle of 0.95º degrees, saturation: 0.31, 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 #B87A79 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 121 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.28 |
| HSL | 0.95º | 0.31% | 0.6% | - |
| HSV(B) | 0.95º | 0.34% | 0.72% | - |
| XYZ | 30.18 | 25.49 | 21.42 | - |
| YUV | 140.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 121 | 0 | 0.34 | 0.34 | 0.28 | 0.95 | 0.31 | 0.6 |
| Hex | B8 | 7A | 79 | 0 | 22 | 22 | 1C | 1 | 1F | 3C |
| Octal | 270 | 172 | 171 | 0 | 42 | 42 | 34 | 1 | 37 | 74 |
| Binary | 10111000 | 1111010 | 1111001 | 0 | 100010 | 100010 | 11100 | 1 | 11111 | 111100 |
Color Harmonies of #B87A79
Complementary color
Monochromatic Colors of #B87A79
Black with #B87A79
Text Example
Text Example
White with #B87A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A79; }
p { color: rgb(184,122,121); }
H1.HeaderClassName
{
color: #B87A79;
}
.AnyTagClassName
{
color: #B87A79;
}
</style>
background-color css
<style>
a { background-color: #B87A79; }
a { background-color: rgb(184,122,121); }
div.DivClassName
{
background-color: #B87A79;
}
.BgClassName
{
background-color: #B87A79;
}
</style>
border-color css
<style>
span { border-color: #B87A79; }
span { border-color: rgb(184,122,121); }
td.TdClassName
{
border-color: #B87A79;
}
.TagClassName
{
border-color: #B87A79;
}
</style>