Shades of Bouquet #B2859C
Tints of Bouquet #B2859C
RGB
CMYK
RGB Variations
Color information
#B2859C (or 0xB2859C) is known color: Bouquet. HEX triplet: B2, 85 and 9C. RGB value is (178,133,156). Sum of RGB (Red+Green+Blue) = 178+133+156=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2859C is #4D7A63. Grayscale: #959595. Windows color (decimal): -5077604 or 10257842. OLE color: 10257842.
HSL color Cylindrical-coordinate representation of color #B2859C: hue angle of 329.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2859C is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 156 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.30 |
| HSL | 329.33º | 0.23% | 0.61% | - |
| HSV(B) | 329.33º | 0.25% | 0.7% | - |
| XYZ | 32.75 | 28.64 | 35.25 | - |
| YUV | 149.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 156 | 0 | 0.25 | 0.12 | 0.30 | 329.33 | 0.23 | 0.61 |
| Hex | B2 | 85 | 9C | 0 | 19 | C | 1E | 149 | 17 | 3D |
| Octal | 262 | 205 | 234 | 0 | 31 | 14 | 36 | 511 | 27 | 75 |
| Binary | 10110010 | 10000101 | 10011100 | 0 | 11001 | 1100 | 11110 | 101001001 | 10111 | 111101 |
Color Harmonies of #B2859C
Complementary color
Monochromatic Colors of #B2859C
Black with #B2859C
Text Example
Text Example
White with #B2859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2859C; }
p { color: rgb(178,133,156); }
H1.HeaderClassName
{
color: #B2859C;
}
.AnyTagClassName
{
color: #B2859C;
}
</style>
background-color css
<style>
a { background-color: #B2859C; }
a { background-color: rgb(178,133,156); }
div.DivClassName
{
background-color: #B2859C;
}
.BgClassName
{
background-color: #B2859C;
}
</style>
border-color css
<style>
span { border-color: #B2859C; }
span { border-color: rgb(178,133,156); }
td.TdClassName
{
border-color: #B2859C;
}
.TagClassName
{
border-color: #B2859C;
}
</style>