Shades of Bouquet #B376A6
Tints of Bouquet #B376A6
RGB
CMYK
RGB Variations
Color information
#B376A6 (or 0xB376A6) is known color: Bouquet. HEX triplet: B3, 76 and A6. RGB value is (179,118,166). Sum of RGB (Red+Green+Blue) = 179+118+166=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B376A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B376A6 is #4C8959. Grayscale: #8D8D8D. Windows color (decimal): -5015898 or 10909363. OLE color: 10909363.
HSL color Cylindrical-coordinate representation of color #B376A6: hue angle of 312.79º 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 #B376A6 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 166 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.30 |
| HSL | 312.79º | 0.29% | 0.58% | - |
| HSV(B) | 312.79º | 0.34% | 0.7% | - |
| XYZ | 31.95 | 25.29 | 39.27 | - |
| YUV | 141.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 166 | 0 | 0.34 | 0.07 | 0.30 | 312.79 | 0.29 | 0.58 |
| Hex | B3 | 76 | A6 | 0 | 22 | 7 | 1E | 139 | 1D | 3A |
| Octal | 263 | 166 | 246 | 0 | 42 | 7 | 36 | 471 | 35 | 72 |
| Binary | 10110011 | 1110110 | 10100110 | 0 | 100010 | 111 | 11110 | 100111001 | 11101 | 111010 |
Color Harmonies of #B376A6
Complementary color
Monochromatic Colors of #B376A6
Black with #B376A6
Text Example
Text Example
White with #B376A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B376A6; }
p { color: rgb(179,118,166); }
H1.HeaderClassName
{
color: #B376A6;
}
.AnyTagClassName
{
color: #B376A6;
}
</style>
background-color css
<style>
a { background-color: #B376A6; }
a { background-color: rgb(179,118,166); }
div.DivClassName
{
background-color: #B376A6;
}
.BgClassName
{
background-color: #B376A6;
}
</style>
border-color css
<style>
span { border-color: #B376A6; }
span { border-color: rgb(179,118,166); }
td.TdClassName
{
border-color: #B376A6;
}
.TagClassName
{
border-color: #B376A6;
}
</style>