Shades of Brandy Rose #B88882
Tints of Brandy Rose #B88882
RGB
CMYK
RGB Variations
Color information
#B88882 (or 0xB88882) is known color: Brandy Rose. HEX triplet: B8, 88 and 82. RGB value is (184,136,130). Sum of RGB (Red+Green+Blue) = 184+136+130=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B88882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88882 is #47777D. Grayscale: #959595. Windows color (decimal): -4683646 or 8554680. OLE color: 8554680.
HSL color Cylindrical-coordinate representation of color #B88882: hue angle of 6.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88882 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 130 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.28 |
| HSL | 6.67º | 0.28% | 0.62% | - |
| HSV(B) | 6.67º | 0.29% | 0.72% | - |
| XYZ | 32.6 | 29.41 | 25.08 | - |
| YUV | 149.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 130 | 0 | 0.26 | 0.29 | 0.28 | 6.67 | 0.28 | 0.62 |
| Hex | B8 | 88 | 82 | 0 | 1A | 1D | 1C | 7 | 1C | 3E |
| Octal | 270 | 210 | 202 | 0 | 32 | 35 | 34 | 7 | 34 | 76 |
| Binary | 10111000 | 10001000 | 10000010 | 0 | 11010 | 11101 | 11100 | 111 | 11100 | 111110 |
Color Harmonies of #B88882
Complementary color
Monochromatic Colors of #B88882
Black with #B88882
Text Example
Text Example
White with #B88882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88882; }
p { color: rgb(184,136,130); }
H1.HeaderClassName
{
color: #B88882;
}
.AnyTagClassName
{
color: #B88882;
}
</style>
background-color css
<style>
a { background-color: #B88882; }
a { background-color: rgb(184,136,130); }
div.DivClassName
{
background-color: #B88882;
}
.BgClassName
{
background-color: #B88882;
}
</style>
border-color css
<style>
span { border-color: #B88882; }
span { border-color: rgb(184,136,130); }
td.TdClassName
{
border-color: #B88882;
}
.TagClassName
{
border-color: #B88882;
}
</style>