#B56F9E

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

Shades of Bouquet #B56F9E

Tints of Bouquet #B56F9E

Color information

#B56F9E (or 0xB56F9E) is unknown color: approx Bouquet. HEX triplet: B5, 6F and 9E. RGB value is (181,111,158). Sum of RGB (Red+Green+Blue) = 181+111+158=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56F9E is #4A9061. Grayscale: #898989. Windows color (decimal): -4886626 or 10383285. OLE color: 10383285.

HSL color Cylindrical-coordinate representation of color #B56F9E: hue angle of 319.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56F9E is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB181111158-
CMYK00.390.130.29
HSL319.71º32.11%57.25%-
HSV(B)319.71º38.67%70.98%-
XYZ30.9123.6635.29-
YUV137.29139.69159.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=40.22%
G=24.67%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111115800.390.130.29319.7132.1157.25
HexB56F9E027D1D1402039
Octal26515723604715355004071
Binary101101011101111100111100100111110111101101000000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F9E; }

 p { color: rgb(181,111,158); }

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

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

 a { background-color: rgb(181,111,158); }

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

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

 span { border-color: rgb(181,111,158); }

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