#B56A9E

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

Shades of Bouquet #B56A9E

Tints of Bouquet #B56A9E

Color information

#B56A9E (or 0xB56A9E) is unknown color: approx Bouquet. HEX triplet: B5, 6A and 9E. RGB value is (181,106,158). Sum of RGB (Red+Green+Blue) = 181+106+158=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56A9E is #4A9561. Grayscale: #868686. Windows color (decimal): -4887906 or 10382005. OLE color: 10382005.

HSL color Cylindrical-coordinate representation of color #B56A9E: hue angle of 318.4º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56A9E is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB181106158-
CMYK00.410.130.29
HSL318.4º33.63%56.27%-
HSV(B)318.4º41.44%70.98%-
XYZ30.3822.635.11-
YUV134.35141.35161.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 106 (41.80% from 255) = 23.82%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=40.67%
G=23.82%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110615800.410.130.29318.433.6356.27
HexB56A9E029D1D13e2238
Octal26515223605115354764270
Binary101101011101010100111100101001110111101100111110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A9E; }

 p { color: rgb(181,106,158); }

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

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

 a { background-color: rgb(181,106,158); }

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

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

 span { border-color: rgb(181,106,158); }

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