Shades of Bouquet #B17DA2
Tints of Bouquet #B17DA2
RGB
CMYK
RGB Variations
Color information
#B17DA2 (or 0xB17DA2) is known color: Bouquet. HEX triplet: B1, 7D and A2. RGB value is (177,125,162). Sum of RGB (Red+Green+Blue) = 177+125+162=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DA2 is #4E825D. Grayscale: #909090. Windows color (decimal): -5145182 or 10649009. OLE color: 10649009.
HSL color Cylindrical-coordinate representation of color #B17DA2: hue angle of 317.31º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17DA2 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 125 | 162 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.31 |
| HSL | 317.31º | 0.25% | 0.59% | - |
| HSV(B) | 317.31º | 0.29% | 0.69% | - |
| XYZ | 31.99 | 26.62 | 37.64 | - |
| YUV | 144.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 162 | 0 | 0.29 | 0.08 | 0.31 | 317.31 | 0.25 | 0.59 |
| Hex | B1 | 7D | A2 | 0 | 1D | 8 | 1F | 13D | 19 | 3B |
| Octal | 261 | 175 | 242 | 0 | 35 | 10 | 37 | 475 | 31 | 73 |
| Binary | 10110001 | 1111101 | 10100010 | 0 | 11101 | 1000 | 11111 | 100111101 | 11001 | 111011 |
Color Harmonies of #B17DA2
Complementary color
Monochromatic Colors of #B17DA2
Black with #B17DA2
Text Example
Text Example
White with #B17DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DA2; }
p { color: rgb(177,125,162); }
H1.HeaderClassName
{
color: #B17DA2;
}
.AnyTagClassName
{
color: #B17DA2;
}
</style>
background-color css
<style>
a { background-color: #B17DA2; }
a { background-color: rgb(177,125,162); }
div.DivClassName
{
background-color: #B17DA2;
}
.BgClassName
{
background-color: #B17DA2;
}
</style>
border-color css
<style>
span { border-color: #B17DA2; }
span { border-color: rgb(177,125,162); }
td.TdClassName
{
border-color: #B17DA2;
}
.TagClassName
{
border-color: #B17DA2;
}
</style>