Shades of Bouquet #B2819B
Tints of Bouquet #B2819B
RGB
CMYK
RGB Variations
Color information
#B2819B (or 0xB2819B) is known color: Bouquet. HEX triplet: B2, 81 and 9B. RGB value is (178,129,155). Sum of RGB (Red+Green+Blue) = 178+129+155=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B2819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2819B is #4D7E64. Grayscale: #929292. Windows color (decimal): -5078629 or 10191282. OLE color: 10191282.
HSL color Cylindrical-coordinate representation of color #B2819B: hue angle of 328.16º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2819B is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 129 | 155 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.30 |
| HSL | 328.16º | 0.24% | 0.6% | - |
| HSV(B) | 328.16º | 0.28% | 0.7% | - |
| XYZ | 32.13 | 27.53 | 34.63 | - |
| YUV | 146.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 155 | 0 | 0.28 | 0.13 | 0.30 | 328.16 | 0.24 | 0.6 |
| Hex | B2 | 81 | 9B | 0 | 1C | D | 1E | 148 | 18 | 3C |
| Octal | 262 | 201 | 233 | 0 | 34 | 15 | 36 | 510 | 30 | 74 |
| Binary | 10110010 | 10000001 | 10011011 | 0 | 11100 | 1101 | 11110 | 101001000 | 11000 | 111100 |
Color Harmonies of #B2819B
Complementary color
Monochromatic Colors of #B2819B
Black with #B2819B
Text Example
Text Example
White with #B2819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2819B; }
p { color: rgb(178,129,155); }
H1.HeaderClassName
{
color: #B2819B;
}
.AnyTagClassName
{
color: #B2819B;
}
</style>
background-color css
<style>
a { background-color: #B2819B; }
a { background-color: rgb(178,129,155); }
div.DivClassName
{
background-color: #B2819B;
}
.BgClassName
{
background-color: #B2819B;
}
</style>
border-color css
<style>
span { border-color: #B2819B; }
span { border-color: rgb(178,129,155); }
td.TdClassName
{
border-color: #B2819B;
}
.TagClassName
{
border-color: #B2819B;
}
</style>