Shades of Bouquet #B37B9C
Tints of Bouquet #B37B9C
RGB
CMYK
RGB Variations
Color information
#B37B9C (or 0xB37B9C) is known color: Bouquet. HEX triplet: B3, 7B and 9C. RGB value is (179,123,156). Sum of RGB (Red+Green+Blue) = 179+123+156=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37B9C is #4C8463. Grayscale: #8F8F8F. Windows color (decimal): -5014628 or 10255283. OLE color: 10255283.
HSL color Cylindrical-coordinate representation of color #B37B9C: hue angle of 324.64º 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 #B37B9C is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 123 | 156 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.30 |
| HSL | 324.64º | 0.27% | 0.59% | - |
| HSV(B) | 324.64º | 0.31% | 0.7% | - |
| XYZ | 31.67 | 26.15 | 34.83 | - |
| YUV | 143.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 156 | 0 | 0.31 | 0.13 | 0.30 | 324.64 | 0.27 | 0.59 |
| Hex | B3 | 7B | 9C | 0 | 1F | D | 1E | 145 | 1B | 3B |
| Octal | 263 | 173 | 234 | 0 | 37 | 15 | 36 | 505 | 33 | 73 |
| Binary | 10110011 | 1111011 | 10011100 | 0 | 11111 | 1101 | 11110 | 101000101 | 11011 | 111011 |
Color Harmonies of #B37B9C
Complementary color
Monochromatic Colors of #B37B9C
Black with #B37B9C
Text Example
Text Example
White with #B37B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37B9C; }
p { color: rgb(179,123,156); }
H1.HeaderClassName
{
color: #B37B9C;
}
.AnyTagClassName
{
color: #B37B9C;
}
</style>
background-color css
<style>
a { background-color: #B37B9C; }
a { background-color: rgb(179,123,156); }
div.DivClassName
{
background-color: #B37B9C;
}
.BgClassName
{
background-color: #B37B9C;
}
</style>
border-color css
<style>
span { border-color: #B37B9C; }
span { border-color: rgb(179,123,156); }
td.TdClassName
{
border-color: #B37B9C;
}
.TagClassName
{
border-color: #B37B9C;
}
</style>