Shades of Bouquet #B4899C
Tints of Bouquet #B4899C
RGB
CMYK
RGB Variations
Color information
#B4899C (or 0xB4899C) is known color: Bouquet. HEX triplet: B4, 89 and 9C. RGB value is (180,137,156). Sum of RGB (Red+Green+Blue) = 180+137+156=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4899C is #4B7663. Grayscale: #979797. Windows color (decimal): -4945508 or 10258868. OLE color: 10258868.
HSL color Cylindrical-coordinate representation of color #B4899C: hue angle of 333.49º degrees, saturation: 0.22, 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 #B4899C is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 137 | 156 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.29 |
| HSL | 333.49º | 0.22% | 0.62% | - |
| HSV(B) | 333.49º | 0.24% | 0.71% | - |
| XYZ | 33.77 | 29.99 | 35.46 | - |
| YUV | 152.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 137 | 156 | 0 | 0.24 | 0.13 | 0.29 | 333.49 | 0.22 | 0.62 |
| Hex | B4 | 89 | 9C | 0 | 18 | D | 1D | 14D | 16 | 3E |
| Octal | 264 | 211 | 234 | 0 | 30 | 15 | 35 | 515 | 26 | 76 |
| Binary | 10110100 | 10001001 | 10011100 | 0 | 11000 | 1101 | 11101 | 101001101 | 10110 | 111110 |
Color Harmonies of #B4899C
Complementary color
Monochromatic Colors of #B4899C
Black with #B4899C
Text Example
Text Example
White with #B4899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4899C; }
p { color: rgb(180,137,156); }
H1.HeaderClassName
{
color: #B4899C;
}
.AnyTagClassName
{
color: #B4899C;
}
</style>
background-color css
<style>
a { background-color: #B4899C; }
a { background-color: rgb(180,137,156); }
div.DivClassName
{
background-color: #B4899C;
}
.BgClassName
{
background-color: #B4899C;
}
</style>
border-color css
<style>
span { border-color: #B4899C; }
span { border-color: rgb(180,137,156); }
td.TdClassName
{
border-color: #B4899C;
}
.TagClassName
{
border-color: #B4899C;
}
</style>