#B57B9F

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

Shades of Bouquet #B57B9F

Tints of Bouquet #B57B9F

Color information

#B57B9F (or 0xB57B9F) is unknown color: approx Bouquet. HEX triplet: B5, 7B and 9F. RGB value is (181,123,159). Sum of RGB (Red+Green+Blue) = 181+123+159=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57B9F is #4A8460. Grayscale: #909090. Windows color (decimal): -4883553 or 10451893. OLE color: 10451893.

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

Color convert

RGB181123159-
CMYK00.320.120.29
HSL322.76º28.16%59.61%-
HSV(B)322.76º32.04%70.98%-
XYZ32.426.4936.21-
YUV144.45136.22154.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=39.09%
G=26.57%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112315900.320.120.29322.7628.1659.61
HexB57B9F020C1D1431c3c
Octal26517323704014355033474
Binary10110101111101110011111010000011001110110100001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B9F; }

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

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

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

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

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

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

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

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