Shades of Bouquet #B4889D
Tints of Bouquet #B4889D
RGB
CMYK
RGB Variations
Color information
#B4889D (or 0xB4889D) is known color: Bouquet. HEX triplet: B4, 88 and 9D. RGB value is (180,136,157). Sum of RGB (Red+Green+Blue) = 180+136+157=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4889D is #4B7762. Grayscale: #979797. Windows color (decimal): -4945763 or 10324148. OLE color: 10324148.
HSL color Cylindrical-coordinate representation of color #B4889D: hue angle of 331.36º 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 #B4889D is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 157 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.29 |
| HSL | 331.36º | 0.23% | 0.62% | - |
| HSV(B) | 331.36º | 0.24% | 0.71% | - |
| XYZ | 33.71 | 29.75 | 35.86 | - |
| YUV | 151.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 157 | 0 | 0.24 | 0.13 | 0.29 | 331.36 | 0.23 | 0.62 |
| Hex | B4 | 88 | 9D | 0 | 18 | D | 1D | 14B | 17 | 3E |
| Octal | 264 | 210 | 235 | 0 | 30 | 15 | 35 | 513 | 27 | 76 |
| Binary | 10110100 | 10001000 | 10011101 | 0 | 11000 | 1101 | 11101 | 101001011 | 10111 | 111110 |
Color Harmonies of #B4889D
Complementary color
Monochromatic Colors of #B4889D
Black with #B4889D
Text Example
Text Example
White with #B4889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4889D; }
p { color: rgb(180,136,157); }
H1.HeaderClassName
{
color: #B4889D;
}
.AnyTagClassName
{
color: #B4889D;
}
</style>
background-color css
<style>
a { background-color: #B4889D; }
a { background-color: rgb(180,136,157); }
div.DivClassName
{
background-color: #B4889D;
}
.BgClassName
{
background-color: #B4889D;
}
</style>
border-color css
<style>
span { border-color: #B4889D; }
span { border-color: rgb(180,136,157); }
td.TdClassName
{
border-color: #B4889D;
}
.TagClassName
{
border-color: #B4889D;
}
</style>