Shades of Brandy Rose #B88579
Tints of Brandy Rose #B88579
RGB
CMYK
RGB Variations
Color information
#B88579 (or 0xB88579) is known color: Brandy Rose. HEX triplet: B8, 85 and 79. RGB value is (184,133,121). Sum of RGB (Red+Green+Blue) = 184+133+121=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B88579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88579 is #477A86. Grayscale: #929292. Windows color (decimal): -4684423 or 7964088. OLE color: 7964088.
HSL color Cylindrical-coordinate representation of color #B88579: hue angle of 11.43º 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 #B88579 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 121 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.28 |
| HSL | 11.43º | 0.31% | 0.6% | - |
| HSV(B) | 11.43º | 0.34% | 0.72% | - |
| XYZ | 31.61 | 28.35 | 21.89 | - |
| YUV | 146.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 121 | 0 | 0.28 | 0.34 | 0.28 | 11.43 | 0.31 | 0.6 |
| Hex | B8 | 85 | 79 | 0 | 1C | 22 | 1C | B | 1F | 3C |
| Octal | 270 | 205 | 171 | 0 | 34 | 42 | 34 | 13 | 37 | 74 |
| Binary | 10111000 | 10000101 | 1111001 | 0 | 11100 | 100010 | 11100 | 1011 | 11111 | 111100 |
Color Harmonies of #B88579
Complementary color
Monochromatic Colors of #B88579
Black with #B88579
Text Example
Text Example
White with #B88579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88579; }
p { color: rgb(184,133,121); }
H1.HeaderClassName
{
color: #B88579;
}
.AnyTagClassName
{
color: #B88579;
}
</style>
background-color css
<style>
a { background-color: #B88579; }
a { background-color: rgb(184,133,121); }
div.DivClassName
{
background-color: #B88579;
}
.BgClassName
{
background-color: #B88579;
}
</style>
border-color css
<style>
span { border-color: #B88579; }
span { border-color: rgb(184,133,121); }
td.TdClassName
{
border-color: #B88579;
}
.TagClassName
{
border-color: #B88579;
}
</style>