Shades of Bouquet #B7739C
Tints of Bouquet #B7739C
RGB
CMYK
RGB Variations
Color information
#B7739C (or 0xB7739C) is known color: Bouquet. HEX triplet: B7, 73 and 9C. RGB value is (183,115,156). Sum of RGB (Red+Green+Blue) = 183+115+156=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B7739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7739C is #488C63. Grayscale: #8B8B8B. Windows color (decimal): -4754532 or 10253239. OLE color: 10253239.
HSL color Cylindrical-coordinate representation of color #B7739C: hue angle of 323.82º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7739C is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 156 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.28 |
| HSL | 323.82º | 0.32% | 0.58% | - |
| HSV(B) | 323.82º | 0.37% | 0.72% | - |
| XYZ | 31.66 | 24.73 | 34.56 | - |
| YUV | 140.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 156 | 0 | 0.37 | 0.15 | 0.28 | 323.82 | 0.32 | 0.58 |
| Hex | B7 | 73 | 9C | 0 | 25 | F | 1C | 144 | 20 | 3A |
| Octal | 267 | 163 | 234 | 0 | 45 | 17 | 34 | 504 | 40 | 72 |
| Binary | 10110111 | 1110011 | 10011100 | 0 | 100101 | 1111 | 11100 | 101000100 | 100000 | 111010 |
Color Harmonies of #B7739C
Complementary color
Monochromatic Colors of #B7739C
Black with #B7739C
Text Example
Text Example
White with #B7739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7739C; }
p { color: rgb(183,115,156); }
H1.HeaderClassName
{
color: #B7739C;
}
.AnyTagClassName
{
color: #B7739C;
}
</style>
background-color css
<style>
a { background-color: #B7739C; }
a { background-color: rgb(183,115,156); }
div.DivClassName
{
background-color: #B7739C;
}
.BgClassName
{
background-color: #B7739C;
}
</style>
border-color css
<style>
span { border-color: #B7739C; }
span { border-color: rgb(183,115,156); }
td.TdClassName
{
border-color: #B7739C;
}
.TagClassName
{
border-color: #B7739C;
}
</style>