Shades of Brandy Rose #B28579
Tints of Brandy Rose #B28579
RGB
CMYK
RGB Variations
Color information
#B28579 (or 0xB28579) is known color: Brandy Rose. HEX triplet: B2, 85 and 79. RGB value is (178,133,121). Sum of RGB (Red+Green+Blue) = 178+133+121=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B28579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28579 is #4D7A86. Grayscale: #919191. Windows color (decimal): -5077639 or 7964082. OLE color: 7964082.
HSL color Cylindrical-coordinate representation of color #B28579: hue angle of 12.63º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B28579 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 121 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.30 |
| HSL | 12.63º | 0.27% | 0.59% | - |
| HSV(B) | 12.63º | 0.32% | 0.7% | - |
| XYZ | 30.2 | 27.62 | 21.83 | - |
| YUV | 145.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 121 | 0 | 0.25 | 0.32 | 0.30 | 12.63 | 0.27 | 0.59 |
| Hex | B2 | 85 | 79 | 0 | 19 | 20 | 1E | D | 1B | 3B |
| Octal | 262 | 205 | 171 | 0 | 31 | 40 | 36 | 15 | 33 | 73 |
| Binary | 10110010 | 10000101 | 1111001 | 0 | 11001 | 100000 | 11110 | 1101 | 11011 | 111011 |
Color Harmonies of #B28579
Complementary color
Monochromatic Colors of #B28579
Black with #B28579
Text Example
Text Example
White with #B28579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28579; }
p { color: rgb(178,133,121); }
H1.HeaderClassName
{
color: #B28579;
}
.AnyTagClassName
{
color: #B28579;
}
</style>
background-color css
<style>
a { background-color: #B28579; }
a { background-color: rgb(178,133,121); }
div.DivClassName
{
background-color: #B28579;
}
.BgClassName
{
background-color: #B28579;
}
</style>
border-color css
<style>
span { border-color: #B28579; }
span { border-color: rgb(178,133,121); }
td.TdClassName
{
border-color: #B28579;
}
.TagClassName
{
border-color: #B28579;
}
</style>