Shades of Bouquet #B4889E
Tints of Bouquet #B4889E
RGB
CMYK
RGB Variations
Color information
#B4889E (or 0xB4889E) is known color: Bouquet. HEX triplet: B4, 88 and 9E. RGB value is (180,136,158). Sum of RGB (Red+Green+Blue) = 180+136+158=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4889E is #4B7761. Grayscale: #979797. Windows color (decimal): -4945762 or 10389684. OLE color: 10389684.
HSL color Cylindrical-coordinate representation of color #B4889E: hue angle of 330º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4889E is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 158 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.29 |
| HSL | 330º | 0.23% | 0.62% | - |
| HSV(B) | 330º | 0.24% | 0.71% | - |
| XYZ | 33.8 | 29.78 | 36.31 | - |
| YUV | 151.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 158 | 0 | 0.24 | 0.12 | 0.29 | 330 | 0.23 | 0.62 |
| Hex | B4 | 88 | 9E | 0 | 18 | C | 1D | 14A | 17 | 3E |
| Octal | 264 | 210 | 236 | 0 | 30 | 14 | 35 | 512 | 27 | 76 |
| Binary | 10110100 | 10001000 | 10011110 | 0 | 11000 | 1100 | 11101 | 101001010 | 10111 | 111110 |
Color Harmonies of #B4889E
Complementary color
Monochromatic Colors of #B4889E
Black with #B4889E
Text Example
Text Example
White with #B4889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4889E; }
p { color: rgb(180,136,158); }
H1.HeaderClassName
{
color: #B4889E;
}
.AnyTagClassName
{
color: #B4889E;
}
</style>
background-color css
<style>
a { background-color: #B4889E; }
a { background-color: rgb(180,136,158); }
div.DivClassName
{
background-color: #B4889E;
}
.BgClassName
{
background-color: #B4889E;
}
</style>
border-color css
<style>
span { border-color: #B4889E; }
span { border-color: rgb(180,136,158); }
td.TdClassName
{
border-color: #B4889E;
}
.TagClassName
{
border-color: #B4889E;
}
</style>