Shades of Bouquet #B37294
Tints of Bouquet #B37294
RGB
CMYK
RGB Variations
Color information
#B37294 (or 0xB37294) is known color: Bouquet. HEX triplet: B3, 72 and 94. RGB value is (179,114,148). Sum of RGB (Red+Green+Blue) = 179+114+148=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B37294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37294 is #4C8D6B. Grayscale: #898989. Windows color (decimal): -5016940 or 9728691. OLE color: 9728691.
HSL color Cylindrical-coordinate representation of color #B37294: hue angle of 328.62º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37294 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 148 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.30 |
| HSL | 328.62º | 0.3% | 0.57% | - |
| HSV(B) | 328.62º | 0.36% | 0.7% | - |
| XYZ | 29.95 | 23.76 | 31.02 | - |
| YUV | 137.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 148 | 0 | 0.36 | 0.17 | 0.30 | 328.62 | 0.3 | 0.57 |
| Hex | B3 | 72 | 94 | 0 | 24 | 11 | 1E | 149 | 1E | 39 |
| Octal | 263 | 162 | 224 | 0 | 44 | 21 | 36 | 511 | 36 | 71 |
| Binary | 10110011 | 1110010 | 10010100 | 0 | 100100 | 10001 | 11110 | 101001001 | 11110 | 111001 |
Color Harmonies of #B37294
Complementary color
Monochromatic Colors of #B37294
Black with #B37294
Text Example
Text Example
White with #B37294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37294; }
p { color: rgb(179,114,148); }
H1.HeaderClassName
{
color: #B37294;
}
.AnyTagClassName
{
color: #B37294;
}
</style>
background-color css
<style>
a { background-color: #B37294; }
a { background-color: rgb(179,114,148); }
div.DivClassName
{
background-color: #B37294;
}
.BgClassName
{
background-color: #B37294;
}
</style>
border-color css
<style>
span { border-color: #B37294; }
span { border-color: rgb(179,114,148); }
td.TdClassName
{
border-color: #B37294;
}
.TagClassName
{
border-color: #B37294;
}
</style>