Shades of Bouquet #B4879F
Tints of Bouquet #B4879F
RGB
CMYK
RGB Variations
Color information
#B4879F (or 0xB4879F) is known color: Bouquet. HEX triplet: B4, 87 and 9F. RGB value is (180,135,159). Sum of RGB (Red+Green+Blue) = 180+135+159=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4879F is #4B7860. Grayscale: #979797. Windows color (decimal): -4946017 or 10454964. OLE color: 10454964.
HSL color Cylindrical-coordinate representation of color #B4879F: hue angle of 328º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4879F is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 135 | 159 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.29 |
| HSL | 328º | 0.23% | 0.62% | - |
| HSV(B) | 328º | 0.25% | 0.71% | - |
| XYZ | 33.74 | 29.53 | 36.72 | - |
| YUV | 151.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 159 | 0 | 0.25 | 0.12 | 0.29 | 328 | 0.23 | 0.62 |
| Hex | B4 | 87 | 9F | 0 | 19 | C | 1D | 148 | 17 | 3E |
| Octal | 264 | 207 | 237 | 0 | 31 | 14 | 35 | 510 | 27 | 76 |
| Binary | 10110100 | 10000111 | 10011111 | 0 | 11001 | 1100 | 11101 | 101001000 | 10111 | 111110 |
Color Harmonies of #B4879F
Complementary color
Monochromatic Colors of #B4879F
Black with #B4879F
Text Example
Text Example
White with #B4879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4879F; }
p { color: rgb(180,135,159); }
H1.HeaderClassName
{
color: #B4879F;
}
.AnyTagClassName
{
color: #B4879F;
}
</style>
background-color css
<style>
a { background-color: #B4879F; }
a { background-color: rgb(180,135,159); }
div.DivClassName
{
background-color: #B4879F;
}
.BgClassName
{
background-color: #B4879F;
}
</style>
border-color css
<style>
span { border-color: #B4879F; }
span { border-color: rgb(180,135,159); }
td.TdClassName
{
border-color: #B4879F;
}
.TagClassName
{
border-color: #B4879F;
}
</style>