Shades of Bouquet #B57F9C
Tints of Bouquet #B57F9C
RGB
CMYK
RGB Variations
Color information
#B57F9C (or 0xB57F9C) is known color: Bouquet. HEX triplet: B5, 7F and 9C. RGB value is (181,127,156). Sum of RGB (Red+Green+Blue) = 181+127+156=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F9C is #4A8063. Grayscale: #929292. Windows color (decimal): -4882532 or 10256309. OLE color: 10256309.
HSL color Cylindrical-coordinate representation of color #B57F9C: hue angle of 327.78º 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 #B57F9C is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 156 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.29 |
| HSL | 327.78º | 0.27% | 0.6% | - |
| HSV(B) | 327.78º | 0.3% | 0.71% | - |
| XYZ | 32.65 | 27.4 | 35.02 | - |
| YUV | 146.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 156 | 0 | 0.30 | 0.14 | 0.29 | 327.78 | 0.27 | 0.6 |
| Hex | B5 | 7F | 9C | 0 | 1E | E | 1D | 148 | 1B | 3C |
| Octal | 265 | 177 | 234 | 0 | 36 | 16 | 35 | 510 | 33 | 74 |
| Binary | 10110101 | 1111111 | 10011100 | 0 | 11110 | 1110 | 11101 | 101001000 | 11011 | 111100 |
Color Harmonies of #B57F9C
Complementary color
Monochromatic Colors of #B57F9C
Black with #B57F9C
Text Example
Text Example
White with #B57F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F9C; }
p { color: rgb(181,127,156); }
H1.HeaderClassName
{
color: #B57F9C;
}
.AnyTagClassName
{
color: #B57F9C;
}
</style>
background-color css
<style>
a { background-color: #B57F9C; }
a { background-color: rgb(181,127,156); }
div.DivClassName
{
background-color: #B57F9C;
}
.BgClassName
{
background-color: #B57F9C;
}
</style>
border-color css
<style>
span { border-color: #B57F9C; }
span { border-color: rgb(181,127,156); }
td.TdClassName
{
border-color: #B57F9C;
}
.TagClassName
{
border-color: #B57F9C;
}
</style>