#B57BA0

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

Shades of Bouquet #B57BA0

Tints of Bouquet #B57BA0

Color information

#B57BA0 (or 0xB57BA0) is unknown color: approx Bouquet. HEX triplet: B5, 7B and A0. RGB value is (181,123,160). Sum of RGB (Red+Green+Blue) = 181+123+160=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B57BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57BA0 is #4A845F. Grayscale: #909090. Windows color (decimal): -4883552 or 10517429. OLE color: 10517429.

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

Color convert

RGB181123160-
CMYK00.320.120.29
HSL321.72º28.16%59.61%-
HSV(B)321.72º32.04%70.98%-
XYZ32.4826.5336.67-
YUV144.56136.72153.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 123 (48.44% from 255) = 26.51%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=39.01%
G=26.51%
B=34.48%

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
Decimal18112316000.320.120.29321.7228.1659.61
HexB57BA0020C1D1421c3c
Octal26517324004014355023474
Binary10110101111101110100000010000011001110110100001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57BA0; }

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

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

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

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

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

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

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

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