#B56B9E

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

Shades of Bouquet #B56B9E

Tints of Bouquet #B56B9E

Color information

#B56B9E (or 0xB56B9E) is unknown color: approx Bouquet. HEX triplet: B5, 6B and 9E. RGB value is (181,107,158). Sum of RGB (Red+Green+Blue) = 181+107+158=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56B9E is #4A9461. Grayscale: #868686. Windows color (decimal): -4887650 or 10382261. OLE color: 10382261.

HSL color Cylindrical-coordinate representation of color #B56B9E: hue angle of 318.65º degrees, saturation: 0.33, 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 #B56B9E is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB181107158-
CMYK00.410.130.29
HSL318.65º33.33%56.47%-
HSV(B)318.65º40.88%70.98%-
XYZ30.4922.8135.14-
YUV134.94141.02160.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 158 (62.11% from 255) = 35.43%
R=40.58%
G=23.99%
B=35.43%

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
Decimal18110715800.410.130.29318.6533.3356.47
HexB56B9E029D1D13f2138
Octal26515323605115354774170
Binary101101011101011100111100101001110111101100111111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B9E; }

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

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

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

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

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

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

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

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