Shades of Bouquet #B3769C
Tints of Bouquet #B3769C
RGB
CMYK
RGB Variations
Color information
#B3769C (or 0xB3769C) is known color: Bouquet. HEX triplet: B3, 76 and 9C. RGB value is (179,118,156). Sum of RGB (Red+Green+Blue) = 179+118+156=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3769C is #4C8963. Grayscale: #8C8C8C. Windows color (decimal): -5015908 or 10254003. OLE color: 10254003.
HSL color Cylindrical-coordinate representation of color #B3769C: hue angle of 322.62º 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 #B3769C is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 156 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.30 |
| HSL | 322.62º | 0.29% | 0.58% | - |
| HSV(B) | 322.62º | 0.34% | 0.7% | - |
| XYZ | 31.07 | 24.94 | 34.63 | - |
| YUV | 140.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 156 | 0 | 0.34 | 0.13 | 0.30 | 322.62 | 0.29 | 0.58 |
| Hex | B3 | 76 | 9C | 0 | 22 | D | 1E | 143 | 1D | 3A |
| Octal | 263 | 166 | 234 | 0 | 42 | 15 | 36 | 503 | 35 | 72 |
| Binary | 10110011 | 1110110 | 10011100 | 0 | 100010 | 1101 | 11110 | 101000011 | 11101 | 111010 |
Color Harmonies of #B3769C
Complementary color
Monochromatic Colors of #B3769C
Black with #B3769C
Text Example
Text Example
White with #B3769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3769C; }
p { color: rgb(179,118,156); }
H1.HeaderClassName
{
color: #B3769C;
}
.AnyTagClassName
{
color: #B3769C;
}
</style>
background-color css
<style>
a { background-color: #B3769C; }
a { background-color: rgb(179,118,156); }
div.DivClassName
{
background-color: #B3769C;
}
.BgClassName
{
background-color: #B3769C;
}
</style>
border-color css
<style>
span { border-color: #B3769C; }
span { border-color: rgb(179,118,156); }
td.TdClassName
{
border-color: #B3769C;
}
.TagClassName
{
border-color: #B3769C;
}
</style>