Shades of Bouquet #B179A2
Tints of Bouquet #B179A2
RGB
CMYK
RGB Variations
Color information
#B179A2 (or 0xB179A2) is known color: Bouquet. HEX triplet: B1, 79 and A2. RGB value is (177,121,162). Sum of RGB (Red+Green+Blue) = 177+121+162=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B179A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B179A2 is #4E865D. Grayscale: #8E8E8E. Windows color (decimal): -5146206 or 10647985. OLE color: 10647985.
HSL color Cylindrical-coordinate representation of color #B179A2: hue angle of 316.07º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B179A2 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 162 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.31 |
| HSL | 316.07º | 0.26% | 0.58% | - |
| HSV(B) | 316.07º | 0.32% | 0.69% | - |
| XYZ | 31.49 | 25.63 | 37.47 | - |
| YUV | 142.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 162 | 0 | 0.32 | 0.08 | 0.31 | 316.07 | 0.26 | 0.58 |
| Hex | B1 | 79 | A2 | 0 | 20 | 8 | 1F | 13C | 1A | 3A |
| Octal | 261 | 171 | 242 | 0 | 40 | 10 | 37 | 474 | 32 | 72 |
| Binary | 10110001 | 1111001 | 10100010 | 0 | 100000 | 1000 | 11111 | 100111100 | 11010 | 111010 |
Color Harmonies of #B179A2
Complementary color
Monochromatic Colors of #B179A2
Black with #B179A2
Text Example
Text Example
White with #B179A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B179A2; }
p { color: rgb(177,121,162); }
H1.HeaderClassName
{
color: #B179A2;
}
.AnyTagClassName
{
color: #B179A2;
}
</style>
background-color css
<style>
a { background-color: #B179A2; }
a { background-color: rgb(177,121,162); }
div.DivClassName
{
background-color: #B179A2;
}
.BgClassName
{
background-color: #B179A2;
}
</style>
border-color css
<style>
span { border-color: #B179A2; }
span { border-color: rgb(177,121,162); }
td.TdClassName
{
border-color: #B179A2;
}
.TagClassName
{
border-color: #B179A2;
}
</style>