Shades of Bouquet #B9769D
Tints of Bouquet #B9769D
RGB
CMYK
RGB Variations
Color information
#B9769D (or 0xB9769D) is known color: Bouquet. HEX triplet: B9, 76 and 9D. RGB value is (185,118,157). Sum of RGB (Red+Green+Blue) = 185+118+157=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9769D is #468962. Grayscale: #8E8E8E. Windows color (decimal): -4622691 or 10319545. OLE color: 10319545.
HSL color Cylindrical-coordinate representation of color #B9769D: hue angle of 325.07º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9769D is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 118 | 157 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.27 |
| HSL | 325.07º | 0.32% | 0.59% | - |
| HSV(B) | 325.07º | 0.36% | 0.73% | - |
| XYZ | 32.57 | 25.71 | 35.14 | - |
| YUV | 142.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 157 | 0 | 0.36 | 0.15 | 0.27 | 325.07 | 0.32 | 0.59 |
| Hex | B9 | 76 | 9D | 0 | 24 | F | 1B | 145 | 20 | 3B |
| Octal | 271 | 166 | 235 | 0 | 44 | 17 | 33 | 505 | 40 | 73 |
| Binary | 10111001 | 1110110 | 10011101 | 0 | 100100 | 1111 | 11011 | 101000101 | 100000 | 111011 |
Color Harmonies of #B9769D
Complementary color
Monochromatic Colors of #B9769D
Black with #B9769D
Text Example
Text Example
White with #B9769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9769D; }
p { color: rgb(185,118,157); }
H1.HeaderClassName
{
color: #B9769D;
}
.AnyTagClassName
{
color: #B9769D;
}
</style>
background-color css
<style>
a { background-color: #B9769D; }
a { background-color: rgb(185,118,157); }
div.DivClassName
{
background-color: #B9769D;
}
.BgClassName
{
background-color: #B9769D;
}
</style>
border-color css
<style>
span { border-color: #B9769D; }
span { border-color: rgb(185,118,157); }
td.TdClassName
{
border-color: #B9769D;
}
.TagClassName
{
border-color: #B9769D;
}
</style>