#B57E9B

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

Shades of Bouquet #B57E9B

Tints of Bouquet #B57E9B

Color information

#B57E9B (or 0xB57E9B) is unknown color: approx Bouquet. HEX triplet: B5, 7E and 9B. RGB value is (181,126,155). Sum of RGB (Red+Green+Blue) = 181+126+155=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57E9B is #4A8164. Grayscale: #919191. Windows color (decimal): -4882789 or 10190517. OLE color: 10190517.

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

Color convert

RGB181126155-
CMYK00.300.140.29
HSL328.36º27.09%60.2%-
HSV(B)328.36º30.39%70.98%-
XYZ32.4327.1134.53-
YUV145.75133.22153.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=39.18%
G=27.27%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112615500.300.140.29328.3627.0960.2
HexB57E9B01EE1D1481b3c
Octal26517623303616355103374
Binary1011010111111101001101101111011101110110100100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E9B; }

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

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

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

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

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

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

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

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