Shades of Bouquet #B37F9E
Tints of Bouquet #B37F9E
RGB
CMYK
RGB Variations
Color information
#B37F9E (or 0xB37F9E) is known color: Bouquet. HEX triplet: B3, 7F and 9E. RGB value is (179,127,158). Sum of RGB (Red+Green+Blue) = 179+127+158=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37F9E is #4C8061. Grayscale: #929292. Windows color (decimal): -5013602 or 10387379. OLE color: 10387379.
HSL color Cylindrical-coordinate representation of color #B37F9E: hue angle of 324.23º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B37F9E is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 158 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.30 |
| HSL | 324.23º | 0.25% | 0.6% | - |
| HSV(B) | 324.23º | 0.29% | 0.7% | - |
| XYZ | 32.35 | 27.23 | 35.9 | - |
| YUV | 146.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 158 | 0 | 0.29 | 0.12 | 0.30 | 324.23 | 0.25 | 0.6 |
| Hex | B3 | 7F | 9E | 0 | 1D | C | 1E | 144 | 19 | 3C |
| Octal | 263 | 177 | 236 | 0 | 35 | 14 | 36 | 504 | 31 | 74 |
| Binary | 10110011 | 1111111 | 10011110 | 0 | 11101 | 1100 | 11110 | 101000100 | 11001 | 111100 |
Color Harmonies of #B37F9E
Complementary color
Monochromatic Colors of #B37F9E
Black with #B37F9E
Text Example
Text Example
White with #B37F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F9E; }
p { color: rgb(179,127,158); }
H1.HeaderClassName
{
color: #B37F9E;
}
.AnyTagClassName
{
color: #B37F9E;
}
</style>
background-color css
<style>
a { background-color: #B37F9E; }
a { background-color: rgb(179,127,158); }
div.DivClassName
{
background-color: #B37F9E;
}
.BgClassName
{
background-color: #B37F9E;
}
</style>
border-color css
<style>
span { border-color: #B37F9E; }
span { border-color: rgb(179,127,158); }
td.TdClassName
{
border-color: #B37F9E;
}
.TagClassName
{
border-color: #B37F9E;
}
</style>