Shades of Bouquet #B57E9C
Tints of Bouquet #B57E9C
RGB
CMYK
RGB Variations
Color information
#B57E9C (or 0xB57E9C) is known color: Bouquet. HEX triplet: B5, 7E and 9C. RGB value is (181,126,156). Sum of RGB (Red+Green+Blue) = 181+126+156=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57E9C is #4A8163. Grayscale: #919191. Windows color (decimal): -4882788 or 10256053. OLE color: 10256053.
HSL color Cylindrical-coordinate representation of color #B57E9C: hue angle of 327.27º 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 #B57E9C is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 156 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.29 |
| HSL | 327.27º | 0.27% | 0.6% | - |
| HSV(B) | 327.27º | 0.3% | 0.71% | - |
| XYZ | 32.52 | 27.15 | 34.98 | - |
| YUV | 145.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 156 | 0 | 0.30 | 0.14 | 0.29 | 327.27 | 0.27 | 0.6 |
| Hex | B5 | 7E | 9C | 0 | 1E | E | 1D | 147 | 1B | 3C |
| Octal | 265 | 176 | 234 | 0 | 36 | 16 | 35 | 507 | 33 | 74 |
| Binary | 10110101 | 1111110 | 10011100 | 0 | 11110 | 1110 | 11101 | 101000111 | 11011 | 111100 |
Color Harmonies of #B57E9C
Complementary color
Monochromatic Colors of #B57E9C
Black with #B57E9C
Text Example
Text Example
White with #B57E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E9C; }
p { color: rgb(181,126,156); }
H1.HeaderClassName
{
color: #B57E9C;
}
.AnyTagClassName
{
color: #B57E9C;
}
</style>
background-color css
<style>
a { background-color: #B57E9C; }
a { background-color: rgb(181,126,156); }
div.DivClassName
{
background-color: #B57E9C;
}
.BgClassName
{
background-color: #B57E9C;
}
</style>
border-color css
<style>
span { border-color: #B57E9C; }
span { border-color: rgb(181,126,156); }
td.TdClassName
{
border-color: #B57E9C;
}
.TagClassName
{
border-color: #B57E9C;
}
</style>