Shades of Bouquet #B57E9A
Tints of Bouquet #B57E9A
RGB
CMYK
RGB Variations
Color information
#B57E9A (or 0xB57E9A) is known color: Bouquet. HEX triplet: B5, 7E and 9A. RGB value is (181,126,154). Sum of RGB (Red+Green+Blue) = 181+126+154=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57E9A is #4A8165. Grayscale: #919191. Windows color (decimal): -4882790 or 10124981. OLE color: 10124981.
HSL color Cylindrical-coordinate representation of color #B57E9A: hue angle of 329.45º 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 #B57E9A is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 154 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.29 |
| HSL | 329.45º | 0.27% | 0.6% | - |
| HSV(B) | 329.45º | 0.3% | 0.71% | - |
| XYZ | 32.35 | 27.08 | 34.09 | - |
| YUV | 145.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 154 | 0 | 0.30 | 0.15 | 0.29 | 329.45 | 0.27 | 0.6 |
| Hex | B5 | 7E | 9A | 0 | 1E | F | 1D | 149 | 1B | 3C |
| Octal | 265 | 176 | 232 | 0 | 36 | 17 | 35 | 511 | 33 | 74 |
| Binary | 10110101 | 1111110 | 10011010 | 0 | 11110 | 1111 | 11101 | 101001001 | 11011 | 111100 |
Color Harmonies of #B57E9A
Complementary color
Monochromatic Colors of #B57E9A
Black with #B57E9A
Text Example
Text Example
White with #B57E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E9A; }
p { color: rgb(181,126,154); }
H1.HeaderClassName
{
color: #B57E9A;
}
.AnyTagClassName
{
color: #B57E9A;
}
</style>
background-color css
<style>
a { background-color: #B57E9A; }
a { background-color: rgb(181,126,154); }
div.DivClassName
{
background-color: #B57E9A;
}
.BgClassName
{
background-color: #B57E9A;
}
</style>
border-color css
<style>
span { border-color: #B57E9A; }
span { border-color: rgb(181,126,154); }
td.TdClassName
{
border-color: #B57E9A;
}
.TagClassName
{
border-color: #B57E9A;
}
</style>