Shades of Bouquet #B6819B
Tints of Bouquet #B6819B
RGB
CMYK
RGB Variations
Color information
#B6819B (or 0xB6819B) is known color: Bouquet. HEX triplet: B6, 81 and 9B. RGB value is (182,129,155). Sum of RGB (Red+Green+Blue) = 182+129+155=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B6819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6819B is #497E64. Grayscale: #939393. Windows color (decimal): -4816485 or 10191286. OLE color: 10191286.
HSL color Cylindrical-coordinate representation of color #B6819B: hue angle of 330.57º degrees, saturation: 0.27, 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 #B6819B is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 155 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.29 |
| HSL | 330.57º | 0.27% | 0.61% | - |
| HSV(B) | 330.57º | 0.29% | 0.71% | - |
| XYZ | 33.06 | 28.01 | 34.67 | - |
| YUV | 147.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 155 | 0 | 0.29 | 0.15 | 0.29 | 330.57 | 0.27 | 0.61 |
| Hex | B6 | 81 | 9B | 0 | 1D | F | 1D | 14B | 1B | 3D |
| Octal | 266 | 201 | 233 | 0 | 35 | 17 | 35 | 513 | 33 | 75 |
| Binary | 10110110 | 10000001 | 10011011 | 0 | 11101 | 1111 | 11101 | 101001011 | 11011 | 111101 |
Color Harmonies of #B6819B
Complementary color
Monochromatic Colors of #B6819B
Black with #B6819B
Text Example
Text Example
White with #B6819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6819B; }
p { color: rgb(182,129,155); }
H1.HeaderClassName
{
color: #B6819B;
}
.AnyTagClassName
{
color: #B6819B;
}
</style>
background-color css
<style>
a { background-color: #B6819B; }
a { background-color: rgb(182,129,155); }
div.DivClassName
{
background-color: #B6819B;
}
.BgClassName
{
background-color: #B6819B;
}
</style>
border-color css
<style>
span { border-color: #B6819B; }
span { border-color: rgb(182,129,155); }
td.TdClassName
{
border-color: #B6819B;
}
.TagClassName
{
border-color: #B6819B;
}
</style>