Shades of Bouquet #B57396
Tints of Bouquet #B57396
RGB
CMYK
RGB Variations
Color information
#B57396 (or 0xB57396) is known color: Bouquet. HEX triplet: B5, 73 and 96. RGB value is (181,115,150). Sum of RGB (Red+Green+Blue) = 181+115+150=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B57396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57396 is #4A8C69. Grayscale: #8A8A8A. Windows color (decimal): -4885610 or 9860021. OLE color: 9860021.
HSL color Cylindrical-coordinate representation of color #B57396: hue angle of 328.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57396 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 150 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.29 |
| HSL | 328.18º | 0.31% | 0.58% | - |
| HSV(B) | 328.18º | 0.36% | 0.71% | - |
| XYZ | 30.69 | 24.29 | 31.92 | - |
| YUV | 138.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 150 | 0 | 0.36 | 0.17 | 0.29 | 328.18 | 0.31 | 0.58 |
| Hex | B5 | 73 | 96 | 0 | 24 | 11 | 1D | 148 | 1F | 3A |
| Octal | 265 | 163 | 226 | 0 | 44 | 21 | 35 | 510 | 37 | 72 |
| Binary | 10110101 | 1110011 | 10010110 | 0 | 100100 | 10001 | 11101 | 101001000 | 11111 | 111010 |
Color Harmonies of #B57396
Complementary color
Monochromatic Colors of #B57396
Black with #B57396
Text Example
Text Example
White with #B57396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57396; }
p { color: rgb(181,115,150); }
H1.HeaderClassName
{
color: #B57396;
}
.AnyTagClassName
{
color: #B57396;
}
</style>
background-color css
<style>
a { background-color: #B57396; }
a { background-color: rgb(181,115,150); }
div.DivClassName
{
background-color: #B57396;
}
.BgClassName
{
background-color: #B57396;
}
</style>
border-color css
<style>
span { border-color: #B57396; }
span { border-color: rgb(181,115,150); }
td.TdClassName
{
border-color: #B57396;
}
.TagClassName
{
border-color: #B57396;
}
</style>