#B56A9C

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

Shades of Bouquet #B56A9C

Tints of Bouquet #B56A9C

Color information

#B56A9C (or 0xB56A9C) is unknown color: approx Bouquet. HEX triplet: B5, 6A and 9C. RGB value is (181,106,156). Sum of RGB (Red+Green+Blue) = 181+106+156=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56A9C is #4A9563. Grayscale: #868686. Windows color (decimal): -4887908 or 10250933. OLE color: 10250933.

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

Color convert

RGB181106156-
CMYK00.410.140.29
HSL320º33.63%56.27%-
HSV(B)320º41.44%70.98%-
XYZ30.2122.5334.21-
YUV134.12140.35161.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 156 (61.33% from 255) = 35.21%
R=40.86%
G=23.93%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110615600.410.140.2932033.6356.27
HexB56A9C029E1D1402238
Octal26515223405116355004270
Binary101101011101010100111000101001111011101101000000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A9C; }

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

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

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

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

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

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

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

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