#B56C9C

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

Shades of Bouquet #B56C9C

Tints of Bouquet #B56C9C

Color information

#B56C9C (or 0xB56C9C) is unknown color: approx Bouquet. HEX triplet: B5, 6C and 9C. RGB value is (181,108,156). Sum of RGB (Red+Green+Blue) = 181+108+156=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56C9C is #4A9363. Grayscale: #878787. Windows color (decimal): -4887396 or 10251445. OLE color: 10251445.

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

Color convert

RGB181108156-
CMYK00.400.140.29
HSL320.55º33.03%56.67%-
HSV(B)320.55º40.33%70.98%-
XYZ30.4222.9534.28-
YUV135.3139.68160.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 108 (42.58% from 255) = 24.27%
BLUE value IS 156 (61.33% from 255) = 35.06%
R=40.67%
G=24.27%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110815600.400.140.29320.5533.0356.67
HexB56C9C028E1D1412139
Octal26515423405016355014171
Binary101101011101100100111000101000111011101101000001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C9C; }

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

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

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

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

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

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

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

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