#B16E9A

Color #B16E9A Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #B16E9A

Tints of Bouquet #B16E9A

Color information

#B16E9A (or 0xB16E9A) is unknown color: approx Bouquet. HEX triplet: B1, 6E and 9A. RGB value is (177,110,154). Sum of RGB (Red+Green+Blue) = 177+110+154=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16E9A is #4E9165. Grayscale: #868686. Windows color (decimal): -5149030 or 10120881. OLE color: 10120881.

HSL color Cylindrical-coordinate representation of color #B16E9A: hue angle of 320.6º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16E9A is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB177110154-
CMYK00.380.130.31
HSL320.6º30.04%56.27%-
HSV(B)320.6º37.85%69.41%-
XYZ29.5422.8333.42-
YUV135.05138.7157.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 154 (60.55% from 255) = 34.92%
R=40.14%
G=24.94%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711015400.380.130.31320.630.0456.27
HexB16E9A026D1F1411e38
Octal26115623204615375013670
Binary10110001110111010011010010011011011111110100000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16E9A; }

 p { color: rgb(177,110,154); }

 H1.HeaderClassName
 {
   color: #B16E9A;
 }
 .AnyTagClassName
 {
   color: #B16E9A;
 }
</style>
background-color css

<style>
 a { background-color: #B16E9A; }

 a { background-color: rgb(177,110,154); }

 div.DivClassName
 {
   background-color: #B16E9A;
 }
 .BgClassName
 {
   background-color: #B16E9A;
 }
</style>
border-color css

<style>
 span { border-color: #B16E9A; }

 span { border-color: rgb(177,110,154); }

 td.TdClassName
 {
   border-color: #B16E9A;
 }
 .TagClassName
 {
   border-color: #B16E9A;
 }
</style>