#B16D9E

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

Shades of Bouquet #B16D9E

Tints of Bouquet #B16D9E

Color information

#B16D9E (or 0xB16D9E) is unknown color: approx Bouquet. HEX triplet: B1, 6D and 9E. RGB value is (177,109,158). Sum of RGB (Red+Green+Blue) = 177+109+158=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16D9E is #4E9261. Grayscale: #868686. Windows color (decimal): -5149282 or 10382769. OLE color: 10382769.

HSL color Cylindrical-coordinate representation of color #B16D9E: hue angle of 316.76º 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 #B16D9E is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB177109158-
CMYK00.380.110.31
HSL316.76º30.36%56.08%-
HSV(B)316.76º38.42%69.41%-
XYZ29.7722.7535.17-
YUV134.92141.03158.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=39.86%
G=24.55%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710915800.380.110.31316.7630.3656.08
HexB16D9E026B1F13d1e38
Octal26115523604613374753670
Binary10110001110110110011110010011010111111110011110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D9E; }

 p { color: rgb(177,109,158); }

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

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

 a { background-color: rgb(177,109,158); }

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

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

 span { border-color: rgb(177,109,158); }

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