Shades of Brandy Rose #B88380
Tints of Brandy Rose #B88380
RGB
CMYK
RGB Variations
Color information
#B88380 (or 0xB88380) is known color: Brandy Rose. HEX triplet: B8, 83 and 80. RGB value is (184,131,128). Sum of RGB (Red+Green+Blue) = 184+131+128=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B88380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88380 is #477C7F. Grayscale: #929292. Windows color (decimal): -4684928 or 8422328. OLE color: 8422328.
HSL color Cylindrical-coordinate representation of color #B88380: hue angle of 3.21º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B88380 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 128 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.28 |
| HSL | 3.21º | 0.28% | 0.61% | - |
| HSV(B) | 3.21º | 0.3% | 0.72% | - |
| XYZ | 31.78 | 27.98 | 24.15 | - |
| YUV | 146.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 128 | 0 | 0.29 | 0.30 | 0.28 | 3.21 | 0.28 | 0.61 |
| Hex | B8 | 83 | 80 | 0 | 1D | 1E | 1C | 3 | 1C | 3D |
| Octal | 270 | 203 | 200 | 0 | 35 | 36 | 34 | 3 | 34 | 75 |
| Binary | 10111000 | 10000011 | 10000000 | 0 | 11101 | 11110 | 11100 | 11 | 11100 | 111101 |
Color Harmonies of #B88380
Complementary color
Monochromatic Colors of #B88380
Black with #B88380
Text Example
Text Example
White with #B88380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88380; }
p { color: rgb(184,131,128); }
H1.HeaderClassName
{
color: #B88380;
}
.AnyTagClassName
{
color: #B88380;
}
</style>
background-color css
<style>
a { background-color: #B88380; }
a { background-color: rgb(184,131,128); }
div.DivClassName
{
background-color: #B88380;
}
.BgClassName
{
background-color: #B88380;
}
</style>
border-color css
<style>
span { border-color: #B88380; }
span { border-color: rgb(184,131,128); }
td.TdClassName
{
border-color: #B88380;
}
.TagClassName
{
border-color: #B88380;
}
</style>