Shades of Bouquet #B2869B
Tints of Bouquet #B2869B
RGB
CMYK
RGB Variations
Color information
#B2869B (or 0xB2869B) is known color: Bouquet. HEX triplet: B2, 86 and 9B. RGB value is (178,134,155). Sum of RGB (Red+Green+Blue) = 178+134+155=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2869B is #4D7964. Grayscale: #959595. Windows color (decimal): -5077349 or 10192562. OLE color: 10192562.
HSL color Cylindrical-coordinate representation of color #B2869B: hue angle of 331.36º degrees, saturation: 0.22, 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 #B2869B is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 134 | 155 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.30 |
| HSL | 331.36º | 0.22% | 0.61% | - |
| HSV(B) | 331.36º | 0.25% | 0.7% | - |
| XYZ | 32.8 | 28.88 | 34.86 | - |
| YUV | 149.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 155 | 0 | 0.25 | 0.13 | 0.30 | 331.36 | 0.22 | 0.61 |
| Hex | B2 | 86 | 9B | 0 | 19 | D | 1E | 14B | 16 | 3D |
| Octal | 262 | 206 | 233 | 0 | 31 | 15 | 36 | 513 | 26 | 75 |
| Binary | 10110010 | 10000110 | 10011011 | 0 | 11001 | 1101 | 11110 | 101001011 | 10110 | 111101 |
Color Harmonies of #B2869B
Complementary color
Monochromatic Colors of #B2869B
Black with #B2869B
Text Example
Text Example
White with #B2869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2869B; }
p { color: rgb(178,134,155); }
H1.HeaderClassName
{
color: #B2869B;
}
.AnyTagClassName
{
color: #B2869B;
}
</style>
background-color css
<style>
a { background-color: #B2869B; }
a { background-color: rgb(178,134,155); }
div.DivClassName
{
background-color: #B2869B;
}
.BgClassName
{
background-color: #B2869B;
}
</style>
border-color css
<style>
span { border-color: #B2869B; }
span { border-color: rgb(178,134,155); }
td.TdClassName
{
border-color: #B2869B;
}
.TagClassName
{
border-color: #B2869B;
}
</style>