#B57C9D

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

Shades of Bouquet #B57C9D

Tints of Bouquet #B57C9D

Color information

#B57C9D (or 0xB57C9D) is unknown color: approx Bouquet. HEX triplet: B5, 7C and 9D. RGB value is (181,124,157). Sum of RGB (Red+Green+Blue) = 181+124+157=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57C9D is #4A8362. Grayscale: #909090. Windows color (decimal): -4883299 or 10321077. OLE color: 10321077.

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

Color convert

RGB181124157-
CMYK00.310.130.29
HSL325.26º27.8%59.8%-
HSV(B)325.26º31.49%70.98%-
XYZ32.3526.6735.34-
YUV144.8134.88153.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 124 (48.83% from 255) = 26.84%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=39.18%
G=26.84%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112415700.310.130.29325.2627.859.8
HexB57C9D01FD1D1451c3c
Octal26517423503715355053474
Binary1011010111111001001110101111111011110110100010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C9D; }

 p { color: rgb(181,124,157); }

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

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

 a { background-color: rgb(181,124,157); }

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

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

 span { border-color: rgb(181,124,157); }

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