Shades of Bouquet #B56A9B
Tints of Bouquet #B56A9B
RGB
CMYK
RGB Variations
Color information
#B56A9B (or 0xB56A9B) is known color: Bouquet. HEX triplet: B5, 6A and 9B. RGB value is (181,106,155). Sum of RGB (Red+Green+Blue) = 181+106+155=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56A9B is #4A9564. Grayscale: #858585. Windows color (decimal): -4887909 or 10185397. OLE color: 10185397.
HSL color Cylindrical-coordinate representation of color #B56A9B: hue angle of 320.8º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56A9B is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 106 | 155 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.29 |
| HSL | 320.8º | 0.34% | 0.56% | - |
| HSV(B) | 320.8º | 0.41% | 0.71% | - |
| XYZ | 30.13 | 22.5 | 33.77 | - |
| YUV | 134.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 155 | 0 | 0.41 | 0.14 | 0.29 | 320.8 | 0.34 | 0.56 |
| Hex | B5 | 6A | 9B | 0 | 29 | E | 1D | 141 | 22 | 38 |
| Octal | 265 | 152 | 233 | 0 | 51 | 16 | 35 | 501 | 42 | 70 |
| Binary | 10110101 | 1101010 | 10011011 | 0 | 101001 | 1110 | 11101 | 101000001 | 100010 | 111000 |
Color Harmonies of #B56A9B
Complementary color
Monochromatic Colors of #B56A9B
Black with #B56A9B
Text Example
Text Example
White with #B56A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56A9B; }
p { color: rgb(181,106,155); }
H1.HeaderClassName
{
color: #B56A9B;
}
.AnyTagClassName
{
color: #B56A9B;
}
</style>
background-color css
<style>
a { background-color: #B56A9B; }
a { background-color: rgb(181,106,155); }
div.DivClassName
{
background-color: #B56A9B;
}
.BgClassName
{
background-color: #B56A9B;
}
</style>
border-color css
<style>
span { border-color: #B56A9B; }
span { border-color: rgb(181,106,155); }
td.TdClassName
{
border-color: #B56A9B;
}
.TagClassName
{
border-color: #B56A9B;
}
</style>