Shades of Brandy Rose #B18180
Tints of Brandy Rose #B18180
RGB
CMYK
RGB Variations
Color information
#B18180 (or 0xB18180) is known color: Brandy Rose. HEX triplet: B1, 81 and 80. RGB value is (177,129,128). Sum of RGB (Red+Green+Blue) = 177+129+128=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B18180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18180 is #4E7E7F. Grayscale: #8F8F8F. Windows color (decimal): -5144192 or 8421809. OLE color: 8421809.
HSL color Cylindrical-coordinate representation of color #B18180: hue angle of 1.22º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B18180 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 128 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.31 |
| HSL | 1.22º | 0.24% | 0.6% | - |
| HSV(B) | 1.22º | 0.28% | 0.69% | - |
| XYZ | 29.88 | 26.61 | 23.98 | - |
| YUV | 143.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 128 | 0 | 0.27 | 0.28 | 0.31 | 1.22 | 0.24 | 0.6 |
| Hex | B1 | 81 | 80 | 0 | 1B | 1C | 1F | 1 | 18 | 3C |
| Octal | 261 | 201 | 200 | 0 | 33 | 34 | 37 | 1 | 30 | 74 |
| Binary | 10110001 | 10000001 | 10000000 | 0 | 11011 | 11100 | 11111 | 1 | 11000 | 111100 |
Color Harmonies of #B18180
Complementary color
Monochromatic Colors of #B18180
Black with #B18180
Text Example
Text Example
White with #B18180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18180; }
p { color: rgb(177,129,128); }
H1.HeaderClassName
{
color: #B18180;
}
.AnyTagClassName
{
color: #B18180;
}
</style>
background-color css
<style>
a { background-color: #B18180; }
a { background-color: rgb(177,129,128); }
div.DivClassName
{
background-color: #B18180;
}
.BgClassName
{
background-color: #B18180;
}
</style>
border-color css
<style>
span { border-color: #B18180; }
span { border-color: rgb(177,129,128); }
td.TdClassName
{
border-color: #B18180;
}
.TagClassName
{
border-color: #B18180;
}
</style>