Shades of Brandy Rose #B28582
Tints of Brandy Rose #B28582
RGB
CMYK
RGB Variations
Color information
#B28582 (or 0xB28582) is known color: Brandy Rose. HEX triplet: B2, 85 and 82. RGB value is (178,133,130). Sum of RGB (Red+Green+Blue) = 178+133+130=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B28582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28582 is #4D7A7D. Grayscale: #929292. Windows color (decimal): -5077630 or 8553906. OLE color: 8553906.
HSL color Cylindrical-coordinate representation of color #B28582: hue angle of 3.75º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B28582 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 130 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.30 |
| HSL | 3.75º | 0.24% | 0.6% | - |
| HSV(B) | 3.75º | 0.27% | 0.7% | - |
| XYZ | 30.78 | 27.85 | 24.87 | - |
| YUV | 146.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 130 | 0 | 0.25 | 0.27 | 0.30 | 3.75 | 0.24 | 0.6 |
| Hex | B2 | 85 | 82 | 0 | 19 | 1B | 1E | 4 | 18 | 3C |
| Octal | 262 | 205 | 202 | 0 | 31 | 33 | 36 | 4 | 30 | 74 |
| Binary | 10110010 | 10000101 | 10000010 | 0 | 11001 | 11011 | 11110 | 100 | 11000 | 111100 |
Color Harmonies of #B28582
Complementary color
Monochromatic Colors of #B28582
Black with #B28582
Text Example
Text Example
White with #B28582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28582; }
p { color: rgb(178,133,130); }
H1.HeaderClassName
{
color: #B28582;
}
.AnyTagClassName
{
color: #B28582;
}
</style>
background-color css
<style>
a { background-color: #B28582; }
a { background-color: rgb(178,133,130); }
div.DivClassName
{
background-color: #B28582;
}
.BgClassName
{
background-color: #B28582;
}
</style>
border-color css
<style>
span { border-color: #B28582; }
span { border-color: rgb(178,133,130); }
td.TdClassName
{
border-color: #B28582;
}
.TagClassName
{
border-color: #B28582;
}
</style>