#B56A95

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

Shades of Bouquet #B56A95

Tints of Bouquet #B56A95

Color information

#B56A95 (or 0xB56A95) is unknown color: approx Bouquet. HEX triplet: B5, 6A and 95. RGB value is (181,106,149). Sum of RGB (Red+Green+Blue) = 181+106+149=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56A95 is #4A956A. Grayscale: #858585. Windows color (decimal): -4887915 or 9792181. OLE color: 9792181.

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

Color convert

RGB181106149-
CMYK00.410.180.29
HSL325.6º33.63%56.27%-
HSV(B)325.6º41.44%70.98%-
XYZ29.6322.331.18-
YUV133.33136.85162-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 106 (41.80% from 255) = 24.31%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=41.51%
G=24.31%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110614900.410.180.29325.633.6356.27
HexB56A95029121D1462238
Octal26515222505122355064270
Binary1011010111010101001010101010011001011101101000110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A95; }

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

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

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

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

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

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

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

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