Shades of Bouquet #B37D9E
Tints of Bouquet #B37D9E
RGB
CMYK
RGB Variations
Color information
#B37D9E (or 0xB37D9E) is known color: Bouquet. HEX triplet: B3, 7D and 9E. RGB value is (179,125,158). Sum of RGB (Red+Green+Blue) = 179+125+158=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37D9E is #4C8261. Grayscale: #909090. Windows color (decimal): -5014114 or 10386867. OLE color: 10386867.
HSL color Cylindrical-coordinate representation of color #B37D9E: hue angle of 323.33º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B37D9E is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 158 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.30 |
| HSL | 323.33º | 0.26% | 0.6% | - |
| HSV(B) | 323.33º | 0.3% | 0.7% | - |
| XYZ | 32.1 | 26.72 | 35.81 | - |
| YUV | 144.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 158 | 0 | 0.30 | 0.12 | 0.30 | 323.33 | 0.26 | 0.6 |
| Hex | B3 | 7D | 9E | 0 | 1E | C | 1E | 143 | 1A | 3C |
| Octal | 263 | 175 | 236 | 0 | 36 | 14 | 36 | 503 | 32 | 74 |
| Binary | 10110011 | 1111101 | 10011110 | 0 | 11110 | 1100 | 11110 | 101000011 | 11010 | 111100 |
Color Harmonies of #B37D9E
Complementary color
Monochromatic Colors of #B37D9E
Black with #B37D9E
Text Example
Text Example
White with #B37D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D9E; }
p { color: rgb(179,125,158); }
H1.HeaderClassName
{
color: #B37D9E;
}
.AnyTagClassName
{
color: #B37D9E;
}
</style>
background-color css
<style>
a { background-color: #B37D9E; }
a { background-color: rgb(179,125,158); }
div.DivClassName
{
background-color: #B37D9E;
}
.BgClassName
{
background-color: #B37D9E;
}
</style>
border-color css
<style>
span { border-color: #B37D9E; }
span { border-color: rgb(179,125,158); }
td.TdClassName
{
border-color: #B37D9E;
}
.TagClassName
{
border-color: #B37D9E;
}
</style>