Shades of Bouquet #B2859B
Tints of Bouquet #B2859B
RGB
CMYK
RGB Variations
Color information
#B2859B (or 0xB2859B) is known color: Bouquet. HEX triplet: B2, 85 and 9B. RGB value is (178,133,155). Sum of RGB (Red+Green+Blue) = 178+133+155=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2859B is #4D7A64. Grayscale: #949494. Windows color (decimal): -5077605 or 10192306. OLE color: 10192306.
HSL color Cylindrical-coordinate representation of color #B2859B: hue angle of 330.67º 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 #B2859B is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 155 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.30 |
| HSL | 330.67º | 0.23% | 0.61% | - |
| HSV(B) | 330.67º | 0.25% | 0.7% | - |
| XYZ | 32.66 | 28.61 | 34.81 | - |
| YUV | 148.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 155 | 0 | 0.25 | 0.13 | 0.30 | 330.67 | 0.23 | 0.61 |
| Hex | B2 | 85 | 9B | 0 | 19 | D | 1E | 14B | 17 | 3D |
| Octal | 262 | 205 | 233 | 0 | 31 | 15 | 36 | 513 | 27 | 75 |
| Binary | 10110010 | 10000101 | 10011011 | 0 | 11001 | 1101 | 11110 | 101001011 | 10111 | 111101 |
Color Harmonies of #B2859B
Complementary color
Monochromatic Colors of #B2859B
Black with #B2859B
Text Example
Text Example
White with #B2859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2859B; }
p { color: rgb(178,133,155); }
H1.HeaderClassName
{
color: #B2859B;
}
.AnyTagClassName
{
color: #B2859B;
}
</style>
background-color css
<style>
a { background-color: #B2859B; }
a { background-color: rgb(178,133,155); }
div.DivClassName
{
background-color: #B2859B;
}
.BgClassName
{
background-color: #B2859B;
}
</style>
border-color css
<style>
span { border-color: #B2859B; }
span { border-color: rgb(178,133,155); }
td.TdClassName
{
border-color: #B2859B;
}
.TagClassName
{
border-color: #B2859B;
}
</style>