Shades of Bouquet #B37F9C
Tints of Bouquet #B37F9C
RGB
CMYK
RGB Variations
Color information
#B37F9C (or 0xB37F9C) is known color: Bouquet. HEX triplet: B3, 7F and 9C. RGB value is (179,127,156). Sum of RGB (Red+Green+Blue) = 179+127+156=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37F9C is #4C8063. Grayscale: #919191. Windows color (decimal): -5013604 or 10256307. OLE color: 10256307.
HSL color Cylindrical-coordinate representation of color #B37F9C: hue angle of 326.54º 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 #B37F9C is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 156 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.30 |
| HSL | 326.54º | 0.25% | 0.6% | - |
| HSV(B) | 326.54º | 0.29% | 0.7% | - |
| XYZ | 32.18 | 27.16 | 35 | - |
| YUV | 145.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 156 | 0 | 0.29 | 0.13 | 0.30 | 326.54 | 0.25 | 0.6 |
| Hex | B3 | 7F | 9C | 0 | 1D | D | 1E | 147 | 19 | 3C |
| Octal | 263 | 177 | 234 | 0 | 35 | 15 | 36 | 507 | 31 | 74 |
| Binary | 10110011 | 1111111 | 10011100 | 0 | 11101 | 1101 | 11110 | 101000111 | 11001 | 111100 |
Color Harmonies of #B37F9C
Complementary color
Monochromatic Colors of #B37F9C
Black with #B37F9C
Text Example
Text Example
White with #B37F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F9C; }
p { color: rgb(179,127,156); }
H1.HeaderClassName
{
color: #B37F9C;
}
.AnyTagClassName
{
color: #B37F9C;
}
</style>
background-color css
<style>
a { background-color: #B37F9C; }
a { background-color: rgb(179,127,156); }
div.DivClassName
{
background-color: #B37F9C;
}
.BgClassName
{
background-color: #B37F9C;
}
</style>
border-color css
<style>
span { border-color: #B37F9C; }
span { border-color: rgb(179,127,156); }
td.TdClassName
{
border-color: #B37F9C;
}
.TagClassName
{
border-color: #B37F9C;
}
</style>