#B57E9E

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

Shades of Bouquet #B57E9E

Tints of Bouquet #B57E9E

Color information

#B57E9E (or 0xB57E9E) is unknown color: approx Bouquet. HEX triplet: B5, 7E and 9E. RGB value is (181,126,158). Sum of RGB (Red+Green+Blue) = 181+126+158=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57E9E is #4A8161. Grayscale: #929292. Windows color (decimal): -4882786 or 10387125. OLE color: 10387125.

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

Color convert

RGB181126158-
CMYK00.300.130.29
HSL325.09º27.09%60.2%-
HSV(B)325.09º30.39%70.98%-
XYZ32.6927.2135.88-
YUV146.09134.72152.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=38.92%
G=27.10%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112615800.300.130.29325.0927.0960.2
HexB57E9E01ED1D1451b3c
Octal26517623603615355053374
Binary1011010111111101001111001111011011110110100010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E9E; }

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

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

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

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

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

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

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

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