Shades of Bouquet #B57A9C
Tints of Bouquet #B57A9C
RGB
CMYK
RGB Variations
Color information
#B57A9C (or 0xB57A9C) is known color: Bouquet. HEX triplet: B5, 7A and 9C. RGB value is (181,122,156). Sum of RGB (Red+Green+Blue) = 181+122+156=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A9C is #4A8563. Grayscale: #8F8F8F. Windows color (decimal): -4883812 or 10255029. OLE color: 10255029.
HSL color Cylindrical-coordinate representation of color #B57A9C: hue angle of 325.42º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B57A9C is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 156 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.29 |
| HSL | 325.42º | 0.29% | 0.59% | - |
| HSV(B) | 325.42º | 0.33% | 0.71% | - |
| XYZ | 32.02 | 26.14 | 34.81 | - |
| YUV | 143.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 156 | 0 | 0.33 | 0.14 | 0.29 | 325.42 | 0.29 | 0.59 |
| Hex | B5 | 7A | 9C | 0 | 21 | E | 1D | 145 | 1D | 3B |
| Octal | 265 | 172 | 234 | 0 | 41 | 16 | 35 | 505 | 35 | 73 |
| Binary | 10110101 | 1111010 | 10011100 | 0 | 100001 | 1110 | 11101 | 101000101 | 11101 | 111011 |
Color Harmonies of #B57A9C
Complementary color
Monochromatic Colors of #B57A9C
Black with #B57A9C
Text Example
Text Example
White with #B57A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A9C; }
p { color: rgb(181,122,156); }
H1.HeaderClassName
{
color: #B57A9C;
}
.AnyTagClassName
{
color: #B57A9C;
}
</style>
background-color css
<style>
a { background-color: #B57A9C; }
a { background-color: rgb(181,122,156); }
div.DivClassName
{
background-color: #B57A9C;
}
.BgClassName
{
background-color: #B57A9C;
}
</style>
border-color css
<style>
span { border-color: #B57A9C; }
span { border-color: rgb(181,122,156); }
td.TdClassName
{
border-color: #B57A9C;
}
.TagClassName
{
border-color: #B57A9C;
}
</style>