Shades of Bouquet #B56B96
Tints of Bouquet #B56B96
RGB
CMYK
RGB Variations
Color information
#B56B96 (or 0xB56B96) is known color: Bouquet. HEX triplet: B5, 6B and 96. RGB value is (181,107,150). Sum of RGB (Red+Green+Blue) = 181+107+150=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56B96 is #4A9469. Grayscale: #858585. Windows color (decimal): -4887658 or 9857973. OLE color: 9857973.
HSL color Cylindrical-coordinate representation of color #B56B96: hue angle of 325.14º degrees, saturation: 0.33, 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 #B56B96 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 107 | 150 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.29 |
| HSL | 325.14º | 0.33% | 0.56% | - |
| HSV(B) | 325.14º | 0.41% | 0.71% | - |
| XYZ | 29.82 | 22.54 | 31.63 | - |
| YUV | 134.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 150 | 0 | 0.41 | 0.17 | 0.29 | 325.14 | 0.33 | 0.56 |
| Hex | B5 | 6B | 96 | 0 | 29 | 11 | 1D | 145 | 21 | 38 |
| Octal | 265 | 153 | 226 | 0 | 51 | 21 | 35 | 505 | 41 | 70 |
| Binary | 10110101 | 1101011 | 10010110 | 0 | 101001 | 10001 | 11101 | 101000101 | 100001 | 111000 |
Color Harmonies of #B56B96
Complementary color
Monochromatic Colors of #B56B96
Black with #B56B96
Text Example
Text Example
White with #B56B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56B96; }
p { color: rgb(181,107,150); }
H1.HeaderClassName
{
color: #B56B96;
}
.AnyTagClassName
{
color: #B56B96;
}
</style>
background-color css
<style>
a { background-color: #B56B96; }
a { background-color: rgb(181,107,150); }
div.DivClassName
{
background-color: #B56B96;
}
.BgClassName
{
background-color: #B56B96;
}
</style>
border-color css
<style>
span { border-color: #B56B96; }
span { border-color: rgb(181,107,150); }
td.TdClassName
{
border-color: #B56B96;
}
.TagClassName
{
border-color: #B56B96;
}
</style>