#B57F9A

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

Shades of Bouquet #B57F9A

Tints of Bouquet #B57F9A

Color information

#B57F9A (or 0xB57F9A) is unknown color: approx Bouquet. HEX triplet: B5, 7F and 9A. RGB value is (181,127,154). Sum of RGB (Red+Green+Blue) = 181+127+154=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F9A is #4A8065. Grayscale: #929292. Windows color (decimal): -4882534 or 10125237. OLE color: 10125237.

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

Color convert

RGB181127154-
CMYK00.300.150.29
HSL330º26.73%60.39%-
HSV(B)330º29.83%70.98%-
XYZ32.4827.3434.14-
YUV146.22132.39152.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 154 (60.55% from 255) = 33.33%
R=39.18%
G=27.49%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112715400.300.150.2933026.7360.39
HexB57F9A01EF1D14a1b3c
Octal26517723203617355123374
Binary1011010111111111001101001111011111110110100101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F9A; }

 p { color: rgb(181,127,154); }

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

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

 a { background-color: rgb(181,127,154); }

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

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

 span { border-color: rgb(181,127,154); }

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