Shades of Brandy Rose #B28578
Tints of Brandy Rose #B28578
RGB
CMYK
RGB Variations
Color information
#B28578 (or 0xB28578) is known color: Brandy Rose. HEX triplet: B2, 85 and 78. RGB value is (178,133,120). Sum of RGB (Red+Green+Blue) = 178+133+120=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B28578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28578 is #4D7A87. Grayscale: #919191. Windows color (decimal): -5077640 or 7898546. OLE color: 7898546.
HSL color Cylindrical-coordinate representation of color #B28578: hue angle of 13.45º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B28578 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 120 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.30 |
| HSL | 13.45º | 0.27% | 0.58% | - |
| HSV(B) | 13.45º | 0.33% | 0.7% | - |
| XYZ | 30.14 | 27.6 | 21.51 | - |
| YUV | 144.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 120 | 0 | 0.25 | 0.33 | 0.30 | 13.45 | 0.27 | 0.58 |
| Hex | B2 | 85 | 78 | 0 | 19 | 21 | 1E | D | 1B | 3A |
| Octal | 262 | 205 | 170 | 0 | 31 | 41 | 36 | 15 | 33 | 72 |
| Binary | 10110010 | 10000101 | 1111000 | 0 | 11001 | 100001 | 11110 | 1101 | 11011 | 111010 |
Color Harmonies of #B28578
Complementary color
Monochromatic Colors of #B28578
Black with #B28578
Text Example
Text Example
White with #B28578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28578; }
p { color: rgb(178,133,120); }
H1.HeaderClassName
{
color: #B28578;
}
.AnyTagClassName
{
color: #B28578;
}
</style>
background-color css
<style>
a { background-color: #B28578; }
a { background-color: rgb(178,133,120); }
div.DivClassName
{
background-color: #B28578;
}
.BgClassName
{
background-color: #B28578;
}
</style>
border-color css
<style>
span { border-color: #B28578; }
span { border-color: rgb(178,133,120); }
td.TdClassName
{
border-color: #B28578;
}
.TagClassName
{
border-color: #B28578;
}
</style>