#B56AA0

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

Shades of Bouquet #B56AA0

Tints of Bouquet #B56AA0

Color information

#B56AA0 (or 0xB56AA0) is unknown color: approx Bouquet. HEX triplet: B5, 6A and A0. RGB value is (181,106,160). Sum of RGB (Red+Green+Blue) = 181+106+160=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B56AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56AA0 is #4A955F. Grayscale: #868686. Windows color (decimal): -4887904 or 10513077. OLE color: 10513077.

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

Color convert

RGB181106160-
CMYK00.410.120.29
HSL316.8º33.63%56.27%-
HSV(B)316.8º41.44%70.98%-
XYZ30.5622.6736.02-
YUV134.58142.35161.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 106 (41.80% from 255) = 23.71%
BLUE value IS 160 (62.89% from 255) = 35.79%
R=40.49%
G=23.71%
B=35.79%

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
Decimal18110616000.410.120.29316.833.6356.27
HexB56AA0029C1D13d2238
Octal26515224005114354754270
Binary101101011101010101000000101001110011101100111101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56AA0; }

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

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

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

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

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

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

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

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