#B36EA6

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

Shades of Bouquet #B36EA6

Tints of Bouquet #B36EA6

Color information

#B36EA6 (or 0xB36EA6) is unknown color: approx Bouquet. HEX triplet: B3, 6E and A6. RGB value is (179,110,166). Sum of RGB (Red+Green+Blue) = 179+110+166=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B36EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36EA6 is #4C9159. Grayscale: #888888. Windows color (decimal): -5017946 or 10907315. OLE color: 10907315.

HSL color Cylindrical-coordinate representation of color #B36EA6: hue angle of 311.3º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B36EA6 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB179110166-
CMYK00.390.070.30
HSL311.3º31.22%56.67%-
HSV(B)311.3º38.55%70.2%-
XYZ31.0523.4938.97-
YUV137.01144.36157.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 166 (65.23% from 255) = 36.48%
R=39.34%
G=24.18%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911016600.390.070.30311.331.2256.67
HexB36EA602771E1371f39
Octal2631562460477364673771
Binary1011001111011101010011001001111111111010011011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36EA6; }

 p { color: rgb(179,110,166); }

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

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

 a { background-color: rgb(179,110,166); }

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

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

 span { border-color: rgb(179,110,166); }

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