#B56BA5

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

Shades of Bouquet #B56BA5

Tints of Bouquet #B56BA5

Color information

#B56BA5 (or 0xB56BA5) is unknown color: approx Bouquet. HEX triplet: B5, 6B and A5. RGB value is (181,107,165). Sum of RGB (Red+Green+Blue) = 181+107+165=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B56BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56BA5 is #4A945A. Grayscale: #878787. Windows color (decimal): -4887643 or 10841013. OLE color: 10841013.

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

Color convert

RGB181107165-
CMYK00.410.090.29
HSL312.97º33.33%56.47%-
HSV(B)312.97º40.88%70.98%-
XYZ31.1123.0638.41-
YUV135.74144.52160.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 107 (42.19% from 255) = 23.62%
BLUE value IS 165 (64.84% from 255) = 36.42%
R=39.96%
G=23.62%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110716500.410.090.29312.9733.3356.47
HexB56BA502991D1392138
Octal26515324505111354714170
Binary101101011101011101001010101001100111101100111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56BA5; }

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

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

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

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

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

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

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

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