#b57aa3

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

Shades of Bouquet #B57AA3

Tints of Bouquet #B57AA3

Color information

#B57AA3 (or 0xB57AA3) is unknown color: approx Bouquet. HEX triplet: B5, 7A and A3. RGB value is (181,122,163). Sum of RGB (Red+Green+Blue) = 181+122+163=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B57AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57AA3 is #4A855C. Grayscale: #909090. Windows color (decimal): -4883805 or 10713781. OLE color: 10713781.

HSL color Cylindrical-coordinate representation of color #B57AA3: hue angle of 318.31º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B57AA3 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB181122163-
CMYK00.330.100.29
HSL318.31º28.5%59.41%-
HSV(B)318.31º32.6%70.98%-
XYZ32.6326.3938.02-
YUV144.32138.55154.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 122 (48.05% from 255) = 26.18%
BLUE value IS 163 (64.06% from 255) = 34.98%
R=38.84%
G=26.18%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112216300.330.100.29318.3128.559.41
HexB57AA3021A1D13e1d3b
Octal26517224304112354763573
Binary10110101111101010100011010000110101110110011111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b57aa3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b57aa3; }

 p { color: rgb(181,122,163); }

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

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

 a { background-color: rgb(181,122,163); }

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

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

 span { border-color: rgb(181,122,163); }

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