#B56DA5

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

Shades of Bouquet #B56DA5

Tints of Bouquet #B56DA5

Color information

#B56DA5 (or 0xB56DA5) is unknown color: approx Bouquet. HEX triplet: B5, 6D and A5. RGB value is (181,109,165). Sum of RGB (Red+Green+Blue) = 181+109+165=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B56DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56DA5 is #4A925A. Grayscale: #888888. Windows color (decimal): -4887131 or 10841525. OLE color: 10841525.

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

Color convert

RGB181109165-
CMYK00.400.090.29
HSL313.33º32.73%56.86%-
HSV(B)313.33º39.78%70.98%-
XYZ31.3223.4838.48-
YUV136.91143.85159.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 109 (42.97% from 255) = 23.96%
BLUE value IS 165 (64.84% from 255) = 36.26%
R=39.78%
G=23.96%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110916500.400.090.29313.3332.7356.86
HexB56DA502891D1392139
Octal26515524505011354714171
Binary101101011101101101001010101000100111101100111001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DA5; }

 p { color: rgb(181,109,165); }

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

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

 a { background-color: rgb(181,109,165); }

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

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

 span { border-color: rgb(181,109,165); }

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