#B57EA3

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

Shades of Bouquet #B57EA3

Tints of Bouquet #B57EA3

Color information

#B57EA3 (or 0xB57EA3) is unknown color: approx Bouquet. HEX triplet: B5, 7E and A3. RGB value is (181,126,163). Sum of RGB (Red+Green+Blue) = 181+126+163=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B57EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57EA3 is #4A815C. Grayscale: #929292. Windows color (decimal): -4882781 or 10714805. OLE color: 10714805.

HSL color Cylindrical-coordinate representation of color #B57EA3: hue angle of 319.64º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57EA3 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB181126163-
CMYK00.300.100.29
HSL319.64º27.09%60.2%-
HSV(B)319.64º30.39%70.98%-
XYZ33.1327.3938.19-
YUV146.66137.22152.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 126 (49.61% from 255) = 26.81%
BLUE value IS 163 (64.06% from 255) = 34.68%
R=38.51%
G=26.81%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112616300.300.100.29319.6427.0960.2
HexB57EA301EA1D1401b3c
Octal26517624303612355003374
Binary1011010111111101010001101111010101110110100000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57EA3; }

 p { color: rgb(181,126,163); }

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

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

 a { background-color: rgb(181,126,163); }

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

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

 span { border-color: rgb(181,126,163); }

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