Shades of Bouquet #B4819F
Tints of Bouquet #B4819F
RGB
CMYK
RGB Variations
Color information
#B4819F (or 0xB4819F) is known color: Bouquet. HEX triplet: B4, 81 and 9F. RGB value is (180,129,159). Sum of RGB (Red+Green+Blue) = 180+129+159=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4819F is #4B7E60. Grayscale: #939393. Windows color (decimal): -4947553 or 10453428. OLE color: 10453428.
HSL color Cylindrical-coordinate representation of color #B4819F: hue angle of 324.71º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4819F is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 129 | 159 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.29 |
| HSL | 324.71º | 0.25% | 0.61% | - |
| HSV(B) | 324.71º | 0.28% | 0.71% | - |
| XYZ | 32.93 | 27.91 | 36.45 | - |
| YUV | 147.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 159 | 0 | 0.28 | 0.12 | 0.29 | 324.71 | 0.25 | 0.61 |
| Hex | B4 | 81 | 9F | 0 | 1C | C | 1D | 145 | 19 | 3D |
| Octal | 264 | 201 | 237 | 0 | 34 | 14 | 35 | 505 | 31 | 75 |
| Binary | 10110100 | 10000001 | 10011111 | 0 | 11100 | 1100 | 11101 | 101000101 | 11001 | 111101 |
Color Harmonies of #B4819F
Complementary color
Monochromatic Colors of #B4819F
Black with #B4819F
Text Example
Text Example
White with #B4819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4819F; }
p { color: rgb(180,129,159); }
H1.HeaderClassName
{
color: #B4819F;
}
.AnyTagClassName
{
color: #B4819F;
}
</style>
background-color css
<style>
a { background-color: #B4819F; }
a { background-color: rgb(180,129,159); }
div.DivClassName
{
background-color: #B4819F;
}
.BgClassName
{
background-color: #B4819F;
}
</style>
border-color css
<style>
span { border-color: #B4819F; }
span { border-color: rgb(180,129,159); }
td.TdClassName
{
border-color: #B4819F;
}
.TagClassName
{
border-color: #B4819F;
}
</style>