Shades of Bouquet #B3769B
Tints of Bouquet #B3769B
RGB
CMYK
RGB Variations
Color information
#B3769B (or 0xB3769B) is known color: Bouquet. HEX triplet: B3, 76 and 9B. RGB value is (179,118,155). Sum of RGB (Red+Green+Blue) = 179+118+155=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B3769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3769B is #4C8964. Grayscale: #8C8C8C. Windows color (decimal): -5015909 or 10188467. OLE color: 10188467.
HSL color Cylindrical-coordinate representation of color #B3769B: hue angle of 323.61º 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 #B3769B is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 155 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.30 |
| HSL | 323.61º | 0.29% | 0.58% | - |
| HSV(B) | 323.61º | 0.34% | 0.7% | - |
| XYZ | 30.99 | 24.91 | 34.18 | - |
| YUV | 140.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 155 | 0 | 0.34 | 0.13 | 0.30 | 323.61 | 0.29 | 0.58 |
| Hex | B3 | 76 | 9B | 0 | 22 | D | 1E | 144 | 1D | 3A |
| Octal | 263 | 166 | 233 | 0 | 42 | 15 | 36 | 504 | 35 | 72 |
| Binary | 10110011 | 1110110 | 10011011 | 0 | 100010 | 1101 | 11110 | 101000100 | 11101 | 111010 |
Color Harmonies of #B3769B
Complementary color
Monochromatic Colors of #B3769B
Black with #B3769B
Text Example
Text Example
White with #B3769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3769B; }
p { color: rgb(179,118,155); }
H1.HeaderClassName
{
color: #B3769B;
}
.AnyTagClassName
{
color: #B3769B;
}
</style>
background-color css
<style>
a { background-color: #B3769B; }
a { background-color: rgb(179,118,155); }
div.DivClassName
{
background-color: #B3769B;
}
.BgClassName
{
background-color: #B3769B;
}
</style>
border-color css
<style>
span { border-color: #B3769B; }
span { border-color: rgb(179,118,155); }
td.TdClassName
{
border-color: #B3769B;
}
.TagClassName
{
border-color: #B3769B;
}
</style>