Shades of Bouquet #B6889D
Tints of Bouquet #B6889D
RGB
CMYK
RGB Variations
Color information
#B6889D (or 0xB6889D) is known color: Bouquet. HEX triplet: B6, 88 and 9D. RGB value is (182,136,157). Sum of RGB (Red+Green+Blue) = 182+136+157=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B6889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6889D is #497762. Grayscale: #989898. Windows color (decimal): -4814691 or 10324150. OLE color: 10324150.
HSL color Cylindrical-coordinate representation of color #B6889D: hue angle of 332.61º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6889D is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 157 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.29 |
| HSL | 332.61º | 0.24% | 0.62% | - |
| HSV(B) | 332.61º | 0.25% | 0.71% | - |
| XYZ | 34.18 | 29.99 | 35.88 | - |
| YUV | 152.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 157 | 0 | 0.25 | 0.14 | 0.29 | 332.61 | 0.24 | 0.62 |
| Hex | B6 | 88 | 9D | 0 | 19 | E | 1D | 14D | 18 | 3E |
| Octal | 266 | 210 | 235 | 0 | 31 | 16 | 35 | 515 | 30 | 76 |
| Binary | 10110110 | 10001000 | 10011101 | 0 | 11001 | 1110 | 11101 | 101001101 | 11000 | 111110 |
Color Harmonies of #B6889D
Complementary color
Monochromatic Colors of #B6889D
Black with #B6889D
Text Example
Text Example
White with #B6889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6889D; }
p { color: rgb(182,136,157); }
H1.HeaderClassName
{
color: #B6889D;
}
.AnyTagClassName
{
color: #B6889D;
}
</style>
background-color css
<style>
a { background-color: #B6889D; }
a { background-color: rgb(182,136,157); }
div.DivClassName
{
background-color: #B6889D;
}
.BgClassName
{
background-color: #B6889D;
}
</style>
border-color css
<style>
span { border-color: #B6889D; }
span { border-color: rgb(182,136,157); }
td.TdClassName
{
border-color: #B6889D;
}
.TagClassName
{
border-color: #B6889D;
}
</style>