Shades of Brandy Rose #B28576
Tints of Brandy Rose #B28576
RGB
CMYK
RGB Variations
Color information
#B28576 (or 0xB28576) is known color: Brandy Rose. HEX triplet: B2, 85 and 76. RGB value is (178,133,118). Sum of RGB (Red+Green+Blue) = 178+133+118=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B28576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28576 is #4D7A89. Grayscale: #909090. Windows color (decimal): -5077642 or 7767474. OLE color: 7767474.
HSL color Cylindrical-coordinate representation of color #B28576: hue angle of 15º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B28576 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 118 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.30 |
| HSL | 15º | 0.28% | 0.58% | - |
| HSV(B) | 15º | 0.34% | 0.7% | - |
| XYZ | 30.02 | 27.55 | 20.87 | - |
| YUV | 144.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 118 | 0 | 0.25 | 0.34 | 0.30 | 15 | 0.28 | 0.58 |
| Hex | B2 | 85 | 76 | 0 | 19 | 22 | 1E | F | 1C | 3A |
| Octal | 262 | 205 | 166 | 0 | 31 | 42 | 36 | 17 | 34 | 72 |
| Binary | 10110010 | 10000101 | 1110110 | 0 | 11001 | 100010 | 11110 | 1111 | 11100 | 111010 |
Color Harmonies of #B28576
Complementary color
Monochromatic Colors of #B28576
Black with #B28576
Text Example
Text Example
White with #B28576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28576; }
p { color: rgb(178,133,118); }
H1.HeaderClassName
{
color: #B28576;
}
.AnyTagClassName
{
color: #B28576;
}
</style>
background-color css
<style>
a { background-color: #B28576; }
a { background-color: rgb(178,133,118); }
div.DivClassName
{
background-color: #B28576;
}
.BgClassName
{
background-color: #B28576;
}
</style>
border-color css
<style>
span { border-color: #B28576; }
span { border-color: rgb(178,133,118); }
td.TdClassName
{
border-color: #B28576;
}
.TagClassName
{
border-color: #B28576;
}
</style>