#B56E99

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

Shades of Bouquet #B56E99

Tints of Bouquet #B56E99

Color information

#B56E99 (or 0xB56E99) is unknown color: approx Bouquet. HEX triplet: B5, 6E and 99. RGB value is (181,110,153). Sum of RGB (Red+Green+Blue) = 181+110+153=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E99 is #4A9166. Grayscale: #888888. Windows color (decimal): -4886887 or 10055349. OLE color: 10055349.

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

Color convert

RGB181110153-
CMYK00.390.150.29
HSL323.66º32.42%57.06%-
HSV(B)323.66º39.23%70.98%-
XYZ30.3823.2833.03-
YUV136.13137.52160-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 110 (43.36% from 255) = 24.77%
BLUE value IS 153 (60.16% from 255) = 34.46%
R=40.77%
G=24.77%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111015300.390.150.29323.6632.4257.06
HexB56E99027F1D1442039
Octal26515623104717355044071
Binary101101011101110100110010100111111111101101000100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E99; }

 p { color: rgb(181,110,153); }

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

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

 a { background-color: rgb(181,110,153); }

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

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

 span { border-color: rgb(181,110,153); }

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