#B57BA6

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

Shades of Bouquet #B57BA6

Tints of Bouquet #B57BA6

Color information

#B57BA6 (or 0xB57BA6) is unknown color: approx Bouquet. HEX triplet: B5, 7B and A6. RGB value is (181,123,166). Sum of RGB (Red+Green+Blue) = 181+123+166=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B57BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57BA6 is #4A8459. Grayscale: #919191. Windows color (decimal): -4883546 or 10910645. OLE color: 10910645.

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

Color convert

RGB181123166-
CMYK00.320.080.29
HSL315.52º28.16%59.61%-
HSV(B)315.52º32.04%70.98%-
XYZ33.0226.7439.5-
YUV145.24139.72153.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 166 (65.23% from 255) = 35.32%
R=38.51%
G=26.17%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112316600.320.080.29315.5228.1659.61
HexB57BA602081D13c1c3c
Octal26517324604010354743474
Binary10110101111101110100110010000010001110110011110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57BA6; }

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

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

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

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

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

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

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

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