Shades of Bouquet #B3769D
Tints of Bouquet #B3769D
RGB
CMYK
RGB Variations
Color information
#B3769D (or 0xB3769D) is known color: Bouquet. HEX triplet: B3, 76 and 9D. RGB value is (179,118,157). Sum of RGB (Red+Green+Blue) = 179+118+157=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B3769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3769D is #4C8962. Grayscale: #8C8C8C. Windows color (decimal): -5015907 or 10319539. OLE color: 10319539.
HSL color Cylindrical-coordinate representation of color #B3769D: hue angle of 321.64º 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 #B3769D is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 157 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.30 |
| HSL | 321.64º | 0.29% | 0.58% | - |
| HSV(B) | 321.64º | 0.34% | 0.7% | - |
| XYZ | 31.15 | 24.97 | 35.08 | - |
| YUV | 140.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 157 | 0 | 0.34 | 0.12 | 0.30 | 321.64 | 0.29 | 0.58 |
| Hex | B3 | 76 | 9D | 0 | 22 | C | 1E | 142 | 1D | 3A |
| Octal | 263 | 166 | 235 | 0 | 42 | 14 | 36 | 502 | 35 | 72 |
| Binary | 10110011 | 1110110 | 10011101 | 0 | 100010 | 1100 | 11110 | 101000010 | 11101 | 111010 |
Color Harmonies of #B3769D
Complementary color
Monochromatic Colors of #B3769D
Black with #B3769D
Text Example
Text Example
White with #B3769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3769D; }
p { color: rgb(179,118,157); }
H1.HeaderClassName
{
color: #B3769D;
}
.AnyTagClassName
{
color: #B3769D;
}
</style>
background-color css
<style>
a { background-color: #B3769D; }
a { background-color: rgb(179,118,157); }
div.DivClassName
{
background-color: #B3769D;
}
.BgClassName
{
background-color: #B3769D;
}
</style>
border-color css
<style>
span { border-color: #B3769D; }
span { border-color: rgb(179,118,157); }
td.TdClassName
{
border-color: #B3769D;
}
.TagClassName
{
border-color: #B3769D;
}
</style>