Shades of Bouquet #B17EA4
Tints of Bouquet #B17EA4
RGB
CMYK
RGB Variations
Color information
#B17EA4 (or 0xB17EA4) is known color: Bouquet. HEX triplet: B1, 7E and A4. RGB value is (177,126,164). Sum of RGB (Red+Green+Blue) = 177+126+164=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B17EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17EA4 is #4E815B. Grayscale: #919191. Windows color (decimal): -5144924 or 10780337. OLE color: 10780337.
HSL color Cylindrical-coordinate representation of color #B17EA4: hue angle of 315.29º 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 #B17EA4 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 164 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.31 |
| HSL | 315.29º | 0.25% | 0.59% | - |
| HSV(B) | 315.29º | 0.29% | 0.69% | - |
| XYZ | 32.29 | 26.95 | 38.62 | - |
| YUV | 145.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 164 | 0 | 0.29 | 0.07 | 0.31 | 315.29 | 0.25 | 0.59 |
| Hex | B1 | 7E | A4 | 0 | 1D | 7 | 1F | 13B | 19 | 3B |
| Octal | 261 | 176 | 244 | 0 | 35 | 7 | 37 | 473 | 31 | 73 |
| Binary | 10110001 | 1111110 | 10100100 | 0 | 11101 | 111 | 11111 | 100111011 | 11001 | 111011 |
Color Harmonies of #B17EA4
Complementary color
Monochromatic Colors of #B17EA4
Black with #B17EA4
Text Example
Text Example
White with #B17EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17EA4; }
p { color: rgb(177,126,164); }
H1.HeaderClassName
{
color: #B17EA4;
}
.AnyTagClassName
{
color: #B17EA4;
}
</style>
background-color css
<style>
a { background-color: #B17EA4; }
a { background-color: rgb(177,126,164); }
div.DivClassName
{
background-color: #B17EA4;
}
.BgClassName
{
background-color: #B17EA4;
}
</style>
border-color css
<style>
span { border-color: #B17EA4; }
span { border-color: rgb(177,126,164); }
td.TdClassName
{
border-color: #B17EA4;
}
.TagClassName
{
border-color: #B17EA4;
}
</style>