Shades of Brandy Rose #B38880
Tints of Brandy Rose #B38880
RGB
CMYK
RGB Variations
Color information
#B38880 (or 0xB38880) is known color: Brandy Rose. HEX triplet: B3, 88 and 80. RGB value is (179,136,128). Sum of RGB (Red+Green+Blue) = 179+136+128=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B38880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38880 is #4C777F. Grayscale: #949494. Windows color (decimal): -5011328 or 8423603. OLE color: 8423603.
HSL color Cylindrical-coordinate representation of color #B38880: hue angle of 9.41º 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 #B38880 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 128 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.30 |
| HSL | 9.41º | 0.25% | 0.6% | - |
| HSV(B) | 9.41º | 0.28% | 0.7% | - |
| XYZ | 31.29 | 28.75 | 24.32 | - |
| YUV | 147.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 128 | 0 | 0.24 | 0.28 | 0.30 | 9.41 | 0.25 | 0.6 |
| Hex | B3 | 88 | 80 | 0 | 18 | 1C | 1E | 9 | 19 | 3C |
| Octal | 263 | 210 | 200 | 0 | 30 | 34 | 36 | 11 | 31 | 74 |
| Binary | 10110011 | 10001000 | 10000000 | 0 | 11000 | 11100 | 11110 | 1001 | 11001 | 111100 |
Color Harmonies of #B38880
Complementary color
Monochromatic Colors of #B38880
Black with #B38880
Text Example
Text Example
White with #B38880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38880; }
p { color: rgb(179,136,128); }
H1.HeaderClassName
{
color: #B38880;
}
.AnyTagClassName
{
color: #B38880;
}
</style>
background-color css
<style>
a { background-color: #B38880; }
a { background-color: rgb(179,136,128); }
div.DivClassName
{
background-color: #B38880;
}
.BgClassName
{
background-color: #B38880;
}
</style>
border-color css
<style>
span { border-color: #B38880; }
span { border-color: rgb(179,136,128); }
td.TdClassName
{
border-color: #B38880;
}
.TagClassName
{
border-color: #B38880;
}
</style>