Shades of Brandy Rose #B28580
Tints of Brandy Rose #B28580
RGB
CMYK
RGB Variations
Color information
#B28580 (or 0xB28580) is known color: Brandy Rose. HEX triplet: B2, 85 and 80. RGB value is (178,133,128). Sum of RGB (Red+Green+Blue) = 178+133+128=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B28580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28580 is #4D7A7F. Grayscale: #919191. Windows color (decimal): -5077632 or 8422834. OLE color: 8422834.
HSL color Cylindrical-coordinate representation of color #B28580: hue angle of 6º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B28580 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 128 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.30 |
| HSL | 6º | 0.25% | 0.6% | - |
| HSV(B) | 6º | 0.28% | 0.7% | - |
| XYZ | 30.64 | 27.8 | 24.17 | - |
| YUV | 145.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 128 | 0 | 0.25 | 0.28 | 0.30 | 6 | 0.25 | 0.6 |
| Hex | B2 | 85 | 80 | 0 | 19 | 1C | 1E | 6 | 19 | 3C |
| Octal | 262 | 205 | 200 | 0 | 31 | 34 | 36 | 6 | 31 | 74 |
| Binary | 10110010 | 10000101 | 10000000 | 0 | 11001 | 11100 | 11110 | 110 | 11001 | 111100 |
Color Harmonies of #B28580
Complementary color
Monochromatic Colors of #B28580
Black with #B28580
Text Example
Text Example
White with #B28580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28580; }
p { color: rgb(178,133,128); }
H1.HeaderClassName
{
color: #B28580;
}
.AnyTagClassName
{
color: #B28580;
}
</style>
background-color css
<style>
a { background-color: #B28580; }
a { background-color: rgb(178,133,128); }
div.DivClassName
{
background-color: #B28580;
}
.BgClassName
{
background-color: #B28580;
}
</style>
border-color css
<style>
span { border-color: #B28580; }
span { border-color: rgb(178,133,128); }
td.TdClassName
{
border-color: #B28580;
}
.TagClassName
{
border-color: #B28580;
}
</style>