#B56E9C

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

Shades of Bouquet #B56E9C

Tints of Bouquet #B56E9C

Color information

#B56E9C (or 0xB56E9C) is unknown color: approx Bouquet. HEX triplet: B5, 6E and 9C. RGB value is (181,110,156). Sum of RGB (Red+Green+Blue) = 181+110+156=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E9C is #4A9163. Grayscale: #888888. Windows color (decimal): -4886884 or 10251957. OLE color: 10251957.

HSL color Cylindrical-coordinate representation of color #B56E9C: hue angle of 321.13º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56E9C is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB181110156-
CMYK00.390.140.29
HSL321.13º32.42%57.06%-
HSV(B)321.13º39.23%70.98%-
XYZ30.6323.3834.35-
YUV136.47139.02159.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 110 (43.36% from 255) = 24.61%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=40.49%
G=24.61%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111015600.390.140.29321.1332.4257.06
HexB56E9C027E1D1412039
Octal26515623404716355014071
Binary101101011101110100111000100111111011101101000001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E9C; }

 p { color: rgb(181,110,156); }

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

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

 a { background-color: rgb(181,110,156); }

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

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

 span { border-color: rgb(181,110,156); }

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