Shades of Bouquet #B5819C
Tints of Bouquet #B5819C
RGB
CMYK
RGB Variations
Color information
#B5819C (or 0xB5819C) is known color: Bouquet. HEX triplet: B5, 81 and 9C. RGB value is (181,129,156). Sum of RGB (Red+Green+Blue) = 181+129+156=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5819C is #4A7E63. Grayscale: #939393. Windows color (decimal): -4882020 or 10256821. OLE color: 10256821.
HSL color Cylindrical-coordinate representation of color #B5819C: hue angle of 328.85º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5819C is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 156 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.29 |
| HSL | 328.85º | 0.26% | 0.61% | - |
| HSV(B) | 328.85º | 0.29% | 0.71% | - |
| XYZ | 32.91 | 27.92 | 35.11 | - |
| YUV | 147.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 156 | 0 | 0.29 | 0.14 | 0.29 | 328.85 | 0.26 | 0.61 |
| Hex | B5 | 81 | 9C | 0 | 1D | E | 1D | 149 | 1A | 3D |
| Octal | 265 | 201 | 234 | 0 | 35 | 16 | 35 | 511 | 32 | 75 |
| Binary | 10110101 | 10000001 | 10011100 | 0 | 11101 | 1110 | 11101 | 101001001 | 11010 | 111101 |
Color Harmonies of #B5819C
Complementary color
Monochromatic Colors of #B5819C
Black with #B5819C
Text Example
Text Example
White with #B5819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5819C; }
p { color: rgb(181,129,156); }
H1.HeaderClassName
{
color: #B5819C;
}
.AnyTagClassName
{
color: #B5819C;
}
</style>
background-color css
<style>
a { background-color: #B5819C; }
a { background-color: rgb(181,129,156); }
div.DivClassName
{
background-color: #B5819C;
}
.BgClassName
{
background-color: #B5819C;
}
</style>
border-color css
<style>
span { border-color: #B5819C; }
span { border-color: rgb(181,129,156); }
td.TdClassName
{
border-color: #B5819C;
}
.TagClassName
{
border-color: #B5819C;
}
</style>