Shades of Brandy Rose #BB8180
Tints of Brandy Rose #BB8180
RGB
CMYK
RGB Variations
Color information
#BB8180 (or 0xBB8180) is known color: Brandy Rose. HEX triplet: BB, 81 and 80. RGB value is (187,129,128). Sum of RGB (Red+Green+Blue) = 187+129+128=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8180 is #447E7F. Grayscale: #929292. Windows color (decimal): -4488832 or 8421819. OLE color: 8421819.
HSL color Cylindrical-coordinate representation of color #BB8180: hue angle of 1.02º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB8180 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 129 | 128 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.27 |
| HSL | 1.02º | 0.3% | 0.62% | - |
| HSV(B) | 1.02º | 0.32% | 0.73% | - |
| XYZ | 32.24 | 27.82 | 24.09 | - |
| YUV | 146.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 128 | 0 | 0.31 | 0.32 | 0.27 | 1.02 | 0.3 | 0.62 |
| Hex | BB | 81 | 80 | 0 | 1F | 20 | 1B | 1 | 1E | 3E |
| Octal | 273 | 201 | 200 | 0 | 37 | 40 | 33 | 1 | 36 | 76 |
| Binary | 10111011 | 10000001 | 10000000 | 0 | 11111 | 100000 | 11011 | 1 | 11110 | 111110 |
Color Harmonies of #BB8180
Complementary color
Monochromatic Colors of #BB8180
Black with #BB8180
Text Example
Text Example
White with #BB8180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8180; }
p { color: rgb(187,129,128); }
H1.HeaderClassName
{
color: #BB8180;
}
.AnyTagClassName
{
color: #BB8180;
}
</style>
background-color css
<style>
a { background-color: #BB8180; }
a { background-color: rgb(187,129,128); }
div.DivClassName
{
background-color: #BB8180;
}
.BgClassName
{
background-color: #BB8180;
}
</style>
border-color css
<style>
span { border-color: #BB8180; }
span { border-color: rgb(187,129,128); }
td.TdClassName
{
border-color: #BB8180;
}
.TagClassName
{
border-color: #BB8180;
}
</style>