#B57F9F

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

Shades of Bouquet #B57F9F

Tints of Bouquet #B57F9F

Color information

#B57F9F (or 0xB57F9F) is unknown color: approx Bouquet. HEX triplet: B5, 7F and 9F. RGB value is (181,127,159). Sum of RGB (Red+Green+Blue) = 181+127+159=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F9F is #4A8060. Grayscale: #929292. Windows color (decimal): -4882529 or 10452917. OLE color: 10452917.

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

Color convert

RGB181127159-
CMYK00.300.120.29
HSL324.44º26.73%60.39%-
HSV(B)324.44º29.83%70.98%-
XYZ32.927.5136.38-
YUV146.79134.89152.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 159 (62.5% from 255) = 34.05%
R=38.76%
G=27.19%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112715900.300.120.29324.4426.7360.39
HexB57F9F01EC1D1441b3c
Octal26517723703614355043374
Binary1011010111111111001111101111011001110110100010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F9F; }

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

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

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

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

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

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

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

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