Shades of Bouquet #B2769F
Tints of Bouquet #B2769F
RGB
CMYK
RGB Variations
Color information
#B2769F (or 0xB2769F) is known color: Bouquet. HEX triplet: B2, 76 and 9F. RGB value is (178,118,159). Sum of RGB (Red+Green+Blue) = 178+118+159=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B2769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2769F is #4D8960. Grayscale: #8C8C8C. Windows color (decimal): -5081441 or 10450610. OLE color: 10450610.
HSL color Cylindrical-coordinate representation of color #B2769F: hue angle of 319º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2769F is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 159 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.30 |
| HSL | 319º | 0.28% | 0.58% | - |
| HSV(B) | 319º | 0.34% | 0.7% | - |
| XYZ | 31.1 | 24.93 | 35.97 | - |
| YUV | 140.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 159 | 0 | 0.34 | 0.11 | 0.30 | 319 | 0.28 | 0.58 |
| Hex | B2 | 76 | 9F | 0 | 22 | B | 1E | 13F | 1C | 3A |
| Octal | 262 | 166 | 237 | 0 | 42 | 13 | 36 | 477 | 34 | 72 |
| Binary | 10110010 | 1110110 | 10011111 | 0 | 100010 | 1011 | 11110 | 100111111 | 11100 | 111010 |
Color Harmonies of #B2769F
Complementary color
Monochromatic Colors of #B2769F
Black with #B2769F
Text Example
Text Example
White with #B2769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2769F; }
p { color: rgb(178,118,159); }
H1.HeaderClassName
{
color: #B2769F;
}
.AnyTagClassName
{
color: #B2769F;
}
</style>
background-color css
<style>
a { background-color: #B2769F; }
a { background-color: rgb(178,118,159); }
div.DivClassName
{
background-color: #B2769F;
}
.BgClassName
{
background-color: #B2769F;
}
</style>
border-color css
<style>
span { border-color: #B2769F; }
span { border-color: rgb(178,118,159); }
td.TdClassName
{
border-color: #B2769F;
}
.TagClassName
{
border-color: #B2769F;
}
</style>