Shades of Bouquet #B18D9D
Tints of Bouquet #B18D9D
RGB
CMYK
RGB Variations
Color information
#B18D9D (or 0xB18D9D) is known color: Bouquet. HEX triplet: B1, 8D and 9D. RGB value is (177,141,157). Sum of RGB (Red+Green+Blue) = 177+141+157=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18D9D is #4E7262. Grayscale: #999999. Windows color (decimal): -5141091 or 10325425. OLE color: 10325425.
HSL color Cylindrical-coordinate representation of color #B18D9D: hue angle of 333.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B18D9D is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 157 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.31 |
| HSL | 333.33º | 0.19% | 0.62% | - |
| HSV(B) | 333.33º | 0.2% | 0.69% | - |
| XYZ | 33.74 | 30.83 | 36.07 | - |
| YUV | 153.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 157 | 0 | 0.20 | 0.11 | 0.31 | 333.33 | 0.19 | 0.62 |
| Hex | B1 | 8D | 9D | 0 | 14 | B | 1F | 14D | 13 | 3E |
| Octal | 261 | 215 | 235 | 0 | 24 | 13 | 37 | 515 | 23 | 76 |
| Binary | 10110001 | 10001101 | 10011101 | 0 | 10100 | 1011 | 11111 | 101001101 | 10011 | 111110 |
Color Harmonies of #B18D9D
Complementary color
Monochromatic Colors of #B18D9D
Black with #B18D9D
Text Example
Text Example
White with #B18D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D9D; }
p { color: rgb(177,141,157); }
H1.HeaderClassName
{
color: #B18D9D;
}
.AnyTagClassName
{
color: #B18D9D;
}
</style>
background-color css
<style>
a { background-color: #B18D9D; }
a { background-color: rgb(177,141,157); }
div.DivClassName
{
background-color: #B18D9D;
}
.BgClassName
{
background-color: #B18D9D;
}
</style>
border-color css
<style>
span { border-color: #B18D9D; }
span { border-color: rgb(177,141,157); }
td.TdClassName
{
border-color: #B18D9D;
}
.TagClassName
{
border-color: #B18D9D;
}
</style>