Shades of Bouquet #B57DA0
Tints of Bouquet #B57DA0
RGB
CMYK
RGB Variations
Color information
#B57DA0 (or 0xB57DA0) is known color: Bouquet. HEX triplet: B5, 7D and A0. RGB value is (181,125,160). Sum of RGB (Red+Green+Blue) = 181+125+160=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B57DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57DA0 is #4A825F. Grayscale: #919191. Windows color (decimal): -4883040 or 10517941. OLE color: 10517941.
HSL color Cylindrical-coordinate representation of color #B57DA0: hue angle of 322.5º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57DA0 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 160 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.29 |
| HSL | 322.5º | 0.27% | 0.6% | - |
| HSV(B) | 322.5º | 0.31% | 0.71% | - |
| XYZ | 32.73 | 27.03 | 36.75 | - |
| YUV | 145.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 160 | 0 | 0.31 | 0.12 | 0.29 | 322.5 | 0.27 | 0.6 |
| Hex | B5 | 7D | A0 | 0 | 1F | C | 1D | 142 | 1B | 3C |
| Octal | 265 | 175 | 240 | 0 | 37 | 14 | 35 | 502 | 33 | 74 |
| Binary | 10110101 | 1111101 | 10100000 | 0 | 11111 | 1100 | 11101 | 101000010 | 11011 | 111100 |
Color Harmonies of #B57DA0
Complementary color
Monochromatic Colors of #B57DA0
Black with #B57DA0
Text Example
Text Example
White with #B57DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DA0; }
p { color: rgb(181,125,160); }
H1.HeaderClassName
{
color: #B57DA0;
}
.AnyTagClassName
{
color: #B57DA0;
}
</style>
background-color css
<style>
a { background-color: #B57DA0; }
a { background-color: rgb(181,125,160); }
div.DivClassName
{
background-color: #B57DA0;
}
.BgClassName
{
background-color: #B57DA0;
}
</style>
border-color css
<style>
span { border-color: #B57DA0; }
span { border-color: rgb(181,125,160); }
td.TdClassName
{
border-color: #B57DA0;
}
.TagClassName
{
border-color: #B57DA0;
}
</style>