Shades of Bouquet #B3769E
Tints of Bouquet #B3769E
RGB
CMYK
RGB Variations
Color information
#B3769E (or 0xB3769E) is known color: Bouquet. HEX triplet: B3, 76 and 9E. RGB value is (179,118,158). Sum of RGB (Red+Green+Blue) = 179+118+158=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3769E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3769E is #4C8961. Grayscale: #8C8C8C. Windows color (decimal): -5015906 or 10385075. OLE color: 10385075.
HSL color Cylindrical-coordinate representation of color #B3769E: hue angle of 320.66º degrees, saturation: 0.29, 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 #B3769E is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 158 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.30 |
| HSL | 320.66º | 0.29% | 0.58% | - |
| HSV(B) | 320.66º | 0.34% | 0.7% | - |
| XYZ | 31.24 | 25.01 | 35.53 | - |
| YUV | 140.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 158 | 0 | 0.34 | 0.12 | 0.30 | 320.66 | 0.29 | 0.58 |
| Hex | B3 | 76 | 9E | 0 | 22 | C | 1E | 141 | 1D | 3A |
| Octal | 263 | 166 | 236 | 0 | 42 | 14 | 36 | 501 | 35 | 72 |
| Binary | 10110011 | 1110110 | 10011110 | 0 | 100010 | 1100 | 11110 | 101000001 | 11101 | 111010 |
Color Harmonies of #B3769E
Complementary color
Monochromatic Colors of #B3769E
Black with #B3769E
Text Example
Text Example
White with #B3769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3769E; }
p { color: rgb(179,118,158); }
H1.HeaderClassName
{
color: #B3769E;
}
.AnyTagClassName
{
color: #B3769E;
}
</style>
background-color css
<style>
a { background-color: #B3769E; }
a { background-color: rgb(179,118,158); }
div.DivClassName
{
background-color: #B3769E;
}
.BgClassName
{
background-color: #B3769E;
}
</style>
border-color css
<style>
span { border-color: #B3769E; }
span { border-color: rgb(179,118,158); }
td.TdClassName
{
border-color: #B3769E;
}
.TagClassName
{
border-color: #B3769E;
}
</style>