Shades of Bouquet #B4819B
Tints of Bouquet #B4819B
RGB
CMYK
RGB Variations
Color information
#B4819B (or 0xB4819B) is known color: Bouquet. HEX triplet: B4, 81 and 9B. RGB value is (180,129,155). Sum of RGB (Red+Green+Blue) = 180+129+155=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4819B is #4B7E64. Grayscale: #939393. Windows color (decimal): -4947557 or 10191284. OLE color: 10191284.
HSL color Cylindrical-coordinate representation of color #B4819B: hue angle of 329.41º 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 #B4819B is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 129 | 155 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.29 |
| HSL | 329.41º | 0.25% | 0.61% | - |
| HSV(B) | 329.41º | 0.28% | 0.71% | - |
| XYZ | 32.59 | 27.77 | 34.65 | - |
| YUV | 147.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 155 | 0 | 0.28 | 0.14 | 0.29 | 329.41 | 0.25 | 0.61 |
| Hex | B4 | 81 | 9B | 0 | 1C | E | 1D | 149 | 19 | 3D |
| Octal | 264 | 201 | 233 | 0 | 34 | 16 | 35 | 511 | 31 | 75 |
| Binary | 10110100 | 10000001 | 10011011 | 0 | 11100 | 1110 | 11101 | 101001001 | 11001 | 111101 |
Color Harmonies of #B4819B
Complementary color
Monochromatic Colors of #B4819B
Black with #B4819B
Text Example
Text Example
White with #B4819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4819B; }
p { color: rgb(180,129,155); }
H1.HeaderClassName
{
color: #B4819B;
}
.AnyTagClassName
{
color: #B4819B;
}
</style>
background-color css
<style>
a { background-color: #B4819B; }
a { background-color: rgb(180,129,155); }
div.DivClassName
{
background-color: #B4819B;
}
.BgClassName
{
background-color: #B4819B;
}
</style>
border-color css
<style>
span { border-color: #B4819B; }
span { border-color: rgb(180,129,155); }
td.TdClassName
{
border-color: #B4819B;
}
.TagClassName
{
border-color: #B4819B;
}
</style>