Shades of Bouquet #B37B9F
Tints of Bouquet #B37B9F
RGB
CMYK
RGB Variations
Color information
#B37B9F (or 0xB37B9F) is known color: Bouquet. HEX triplet: B3, 7B and 9F. RGB value is (179,123,159). Sum of RGB (Red+Green+Blue) = 179+123+159=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37B9F is #4C8460. Grayscale: #8F8F8F. Windows color (decimal): -5014625 or 10451891. OLE color: 10451891.
HSL color Cylindrical-coordinate representation of color #B37B9F: hue angle of 321.43º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B37B9F is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 123 | 159 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.30 |
| HSL | 321.43º | 0.27% | 0.59% | - |
| HSV(B) | 321.43º | 0.31% | 0.7% | - |
| XYZ | 31.93 | 26.25 | 36.19 | - |
| YUV | 143.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 159 | 0 | 0.31 | 0.11 | 0.30 | 321.43 | 0.27 | 0.59 |
| Hex | B3 | 7B | 9F | 0 | 1F | B | 1E | 141 | 1B | 3B |
| Octal | 263 | 173 | 237 | 0 | 37 | 13 | 36 | 501 | 33 | 73 |
| Binary | 10110011 | 1111011 | 10011111 | 0 | 11111 | 1011 | 11110 | 101000001 | 11011 | 111011 |
Color Harmonies of #B37B9F
Complementary color
Monochromatic Colors of #B37B9F
Black with #B37B9F
Text Example
Text Example
White with #B37B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37B9F; }
p { color: rgb(179,123,159); }
H1.HeaderClassName
{
color: #B37B9F;
}
.AnyTagClassName
{
color: #B37B9F;
}
</style>
background-color css
<style>
a { background-color: #B37B9F; }
a { background-color: rgb(179,123,159); }
div.DivClassName
{
background-color: #B37B9F;
}
.BgClassName
{
background-color: #B37B9F;
}
</style>
border-color css
<style>
span { border-color: #B37B9F; }
span { border-color: rgb(179,123,159); }
td.TdClassName
{
border-color: #B37B9F;
}
.TagClassName
{
border-color: #B37B9F;
}
</style>