Shades of Bouquet #B7769D
Tints of Bouquet #B7769D
RGB
CMYK
RGB Variations
Color information
#B7769D (or 0xB7769D) is known color: Bouquet. HEX triplet: B7, 76 and 9D. RGB value is (183,118,157). Sum of RGB (Red+Green+Blue) = 183+118+157=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B7769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7769D is #488962. Grayscale: #8D8D8D. Windows color (decimal): -4753763 or 10319543. OLE color: 10319543.
HSL color Cylindrical-coordinate representation of color #B7769D: hue angle of 324º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7769D is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 157 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.28 |
| HSL | 324º | 0.31% | 0.59% | - |
| HSV(B) | 324º | 0.36% | 0.72% | - |
| XYZ | 32.09 | 25.46 | 35.12 | - |
| YUV | 141.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 157 | 0 | 0.36 | 0.14 | 0.28 | 324 | 0.31 | 0.59 |
| Hex | B7 | 76 | 9D | 0 | 24 | E | 1C | 144 | 1F | 3B |
| Octal | 267 | 166 | 235 | 0 | 44 | 16 | 34 | 504 | 37 | 73 |
| Binary | 10110111 | 1110110 | 10011101 | 0 | 100100 | 1110 | 11100 | 101000100 | 11111 | 111011 |
Color Harmonies of #B7769D
Complementary color
Monochromatic Colors of #B7769D
Black with #B7769D
Text Example
Text Example
White with #B7769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7769D; }
p { color: rgb(183,118,157); }
H1.HeaderClassName
{
color: #B7769D;
}
.AnyTagClassName
{
color: #B7769D;
}
</style>
background-color css
<style>
a { background-color: #B7769D; }
a { background-color: rgb(183,118,157); }
div.DivClassName
{
background-color: #B7769D;
}
.BgClassName
{
background-color: #B7769D;
}
</style>
border-color css
<style>
span { border-color: #B7769D; }
span { border-color: rgb(183,118,157); }
td.TdClassName
{
border-color: #B7769D;
}
.TagClassName
{
border-color: #B7769D;
}
</style>