#B56BA0

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

Shades of Bouquet #B56BA0

Tints of Bouquet #B56BA0

Color information

#B56BA0 (or 0xB56BA0) is unknown color: approx Bouquet. HEX triplet: B5, 6B and A0. RGB value is (181,107,160). Sum of RGB (Red+Green+Blue) = 181+107+160=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B56BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56BA0 is #4A945F. Grayscale: #878787. Windows color (decimal): -4887648 or 10513333. OLE color: 10513333.

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

Color convert

RGB181107160-
CMYK00.410.120.29
HSL317.03º33.33%56.47%-
HSV(B)317.03º40.88%70.98%-
XYZ30.6622.8836.06-
YUV135.17142.02160.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 107 (42.19% from 255) = 23.88%
BLUE value IS 160 (62.89% from 255) = 35.71%
R=40.40%
G=23.88%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110716000.410.120.29317.0333.3356.47
HexB56BA0029C1D13d2138
Octal26515324005114354754170
Binary101101011101011101000000101001110011101100111101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56BA0; }

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

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

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

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

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

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

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

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