Shades of Brandy Rose #B08080
Tints of Brandy Rose #B08080
RGB
CMYK
RGB Variations
Color information
#B08080 (or 0xB08080) is known color: Brandy Rose. HEX triplet: B0, 80 and 80. RGB value is (176,128,128). Sum of RGB (Red+Green+Blue) = 176+128+128=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B08080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08080 is #4F7F7F. Grayscale: #8E8E8E. Windows color (decimal): -5209984 or 8421552. OLE color: 8421552.
HSL color Cylindrical-coordinate representation of color #B08080: hue angle of 0º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B08080 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 128 | 128 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.31 |
| HSL | 0º | 0.23% | 0.6% | - |
| HSV(B) | 0º | 0.27% | 0.69% | - |
| XYZ | 29.52 | 26.23 | 23.93 | - |
| YUV | 142.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 128 | 0 | 0.27 | 0.27 | 0.31 | 0 | 0.23 | 0.6 |
| Hex | B0 | 80 | 80 | 0 | 1B | 1B | 1F | 0 | 17 | 3C |
| Octal | 260 | 200 | 200 | 0 | 33 | 33 | 37 | 0 | 27 | 74 |
| Binary | 10110000 | 10000000 | 10000000 | 0 | 11011 | 11011 | 11111 | 0 | 10111 | 111100 |
Color Harmonies of #B08080
Complementary color
Monochromatic Colors of #B08080
Black with #B08080
Text Example
Text Example
White with #B08080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08080; }
p { color: rgb(176,128,128); }
H1.HeaderClassName
{
color: #B08080;
}
.AnyTagClassName
{
color: #B08080;
}
</style>
background-color css
<style>
a { background-color: #B08080; }
a { background-color: rgb(176,128,128); }
div.DivClassName
{
background-color: #B08080;
}
.BgClassName
{
background-color: #B08080;
}
</style>
border-color css
<style>
span { border-color: #B08080; }
span { border-color: rgb(176,128,128); }
td.TdClassName
{
border-color: #B08080;
}
.TagClassName
{
border-color: #B08080;
}
</style>