Shades of Bouquet #B57EA6
Tints of Bouquet #B57EA6
RGB
CMYK
RGB Variations
Color information
#B57EA6 (or 0xB57EA6) is known color: Bouquet. HEX triplet: B5, 7E and A6. RGB value is (181,126,166). Sum of RGB (Red+Green+Blue) = 181+126+166=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B57EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57EA6 is #4A8159. Grayscale: #929292. Windows color (decimal): -4882778 or 10911413. OLE color: 10911413.
HSL color Cylindrical-coordinate representation of color #B57EA6: hue angle of 316.36º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57EA6 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 166 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.29 |
| HSL | 316.36º | 0.27% | 0.6% | - |
| HSV(B) | 316.36º | 0.3% | 0.71% | - |
| XYZ | 33.4 | 27.5 | 39.62 | - |
| YUV | 147.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 166 | 0 | 0.30 | 0.08 | 0.29 | 316.36 | 0.27 | 0.6 |
| Hex | B5 | 7E | A6 | 0 | 1E | 8 | 1D | 13C | 1B | 3C |
| Octal | 265 | 176 | 246 | 0 | 36 | 10 | 35 | 474 | 33 | 74 |
| Binary | 10110101 | 1111110 | 10100110 | 0 | 11110 | 1000 | 11101 | 100111100 | 11011 | 111100 |
Color Harmonies of #B57EA6
Complementary color
Monochromatic Colors of #B57EA6
Black with #B57EA6
Text Example
Text Example
White with #B57EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57EA6; }
p { color: rgb(181,126,166); }
H1.HeaderClassName
{
color: #B57EA6;
}
.AnyTagClassName
{
color: #B57EA6;
}
</style>
background-color css
<style>
a { background-color: #B57EA6; }
a { background-color: rgb(181,126,166); }
div.DivClassName
{
background-color: #B57EA6;
}
.BgClassName
{
background-color: #B57EA6;
}
</style>
border-color css
<style>
span { border-color: #B57EA6; }
span { border-color: rgb(181,126,166); }
td.TdClassName
{
border-color: #B57EA6;
}
.TagClassName
{
border-color: #B57EA6;
}
</style>