Shades of Bouquet #B37B9A
Tints of Bouquet #B37B9A
RGB
CMYK
RGB Variations
Color information
#B37B9A (or 0xB37B9A) is known color: Bouquet. HEX triplet: B3, 7B and 9A. RGB value is (179,123,154). Sum of RGB (Red+Green+Blue) = 179+123+154=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37B9A is #4C8465. Grayscale: #8F8F8F. Windows color (decimal): -5014630 or 10124211. OLE color: 10124211.
HSL color Cylindrical-coordinate representation of color #B37B9A: hue angle of 326.79º 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 #B37B9A is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 123 | 154 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.30 |
| HSL | 326.79º | 0.27% | 0.59% | - |
| HSV(B) | 326.79º | 0.31% | 0.7% | - |
| XYZ | 31.51 | 26.08 | 33.95 | - |
| YUV | 143.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 154 | 0 | 0.31 | 0.14 | 0.30 | 326.79 | 0.27 | 0.59 |
| Hex | B3 | 7B | 9A | 0 | 1F | E | 1E | 147 | 1B | 3B |
| Octal | 263 | 173 | 232 | 0 | 37 | 16 | 36 | 507 | 33 | 73 |
| Binary | 10110011 | 1111011 | 10011010 | 0 | 11111 | 1110 | 11110 | 101000111 | 11011 | 111011 |
Color Harmonies of #B37B9A
Complementary color
Monochromatic Colors of #B37B9A
Black with #B37B9A
Text Example
Text Example
White with #B37B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37B9A; }
p { color: rgb(179,123,154); }
H1.HeaderClassName
{
color: #B37B9A;
}
.AnyTagClassName
{
color: #B37B9A;
}
</style>
background-color css
<style>
a { background-color: #B37B9A; }
a { background-color: rgb(179,123,154); }
div.DivClassName
{
background-color: #B37B9A;
}
.BgClassName
{
background-color: #B37B9A;
}
</style>
border-color css
<style>
span { border-color: #B37B9A; }
span { border-color: rgb(179,123,154); }
td.TdClassName
{
border-color: #B37B9A;
}
.TagClassName
{
border-color: #B37B9A;
}
</style>