Shades of Bouquet #B5819D
Tints of Bouquet #B5819D
RGB
CMYK
RGB Variations
Color information
#B5819D (or 0xB5819D) is known color: Bouquet. HEX triplet: B5, 81 and 9D. RGB value is (181,129,157). Sum of RGB (Red+Green+Blue) = 181+129+157=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5819D is #4A7E62. Grayscale: #939393. Windows color (decimal): -4882019 or 10322357. OLE color: 10322357.
HSL color Cylindrical-coordinate representation of color #B5819D: hue angle of 327.69º 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 #B5819D is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 157 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.29 |
| HSL | 327.69º | 0.26% | 0.61% | - |
| HSV(B) | 327.69º | 0.29% | 0.71% | - |
| XYZ | 32.99 | 27.96 | 35.56 | - |
| YUV | 147.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 157 | 0 | 0.29 | 0.13 | 0.29 | 327.69 | 0.26 | 0.61 |
| Hex | B5 | 81 | 9D | 0 | 1D | D | 1D | 148 | 1A | 3D |
| Octal | 265 | 201 | 235 | 0 | 35 | 15 | 35 | 510 | 32 | 75 |
| Binary | 10110101 | 10000001 | 10011101 | 0 | 11101 | 1101 | 11101 | 101001000 | 11010 | 111101 |
Color Harmonies of #B5819D
Complementary color
Monochromatic Colors of #B5819D
Black with #B5819D
Text Example
Text Example
White with #B5819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5819D; }
p { color: rgb(181,129,157); }
H1.HeaderClassName
{
color: #B5819D;
}
.AnyTagClassName
{
color: #B5819D;
}
</style>
background-color css
<style>
a { background-color: #B5819D; }
a { background-color: rgb(181,129,157); }
div.DivClassName
{
background-color: #B5819D;
}
.BgClassName
{
background-color: #B5819D;
}
</style>
border-color css
<style>
span { border-color: #B5819D; }
span { border-color: rgb(181,129,157); }
td.TdClassName
{
border-color: #B5819D;
}
.TagClassName
{
border-color: #B5819D;
}
</style>