Shades of Bouquet #B57A96
Tints of Bouquet #B57A96
RGB
CMYK
RGB Variations
Color information
#B57A96 (or 0xB57A96) is known color: Bouquet. HEX triplet: B5, 7A and 96. RGB value is (181,122,150). Sum of RGB (Red+Green+Blue) = 181+122+150=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A96 is #4A8569. Grayscale: #8E8E8E. Windows color (decimal): -4883818 or 9861813. OLE color: 9861813.
HSL color Cylindrical-coordinate representation of color #B57A96: hue angle of 331.53º 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 #B57A96 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 150 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.29 |
| HSL | 331.53º | 0.29% | 0.59% | - |
| HSV(B) | 331.53º | 0.33% | 0.71% | - |
| XYZ | 31.52 | 25.94 | 32.2 | - |
| YUV | 142.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 150 | 0 | 0.33 | 0.17 | 0.29 | 331.53 | 0.29 | 0.59 |
| Hex | B5 | 7A | 96 | 0 | 21 | 11 | 1D | 14C | 1D | 3B |
| Octal | 265 | 172 | 226 | 0 | 41 | 21 | 35 | 514 | 35 | 73 |
| Binary | 10110101 | 1111010 | 10010110 | 0 | 100001 | 10001 | 11101 | 101001100 | 11101 | 111011 |
Color Harmonies of #B57A96
Complementary color
Monochromatic Colors of #B57A96
Black with #B57A96
Text Example
Text Example
White with #B57A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A96; }
p { color: rgb(181,122,150); }
H1.HeaderClassName
{
color: #B57A96;
}
.AnyTagClassName
{
color: #B57A96;
}
</style>
background-color css
<style>
a { background-color: #B57A96; }
a { background-color: rgb(181,122,150); }
div.DivClassName
{
background-color: #B57A96;
}
.BgClassName
{
background-color: #B57A96;
}
</style>
border-color css
<style>
span { border-color: #B57A96; }
span { border-color: rgb(181,122,150); }
td.TdClassName
{
border-color: #B57A96;
}
.TagClassName
{
border-color: #B57A96;
}
</style>