#B57AA5

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

Shades of Bouquet #B57AA5

Tints of Bouquet #B57AA5

Color information

#B57AA5 (or 0xB57AA5) is unknown color: approx Bouquet. HEX triplet: B5, 7A and A5. RGB value is (181,122,165). Sum of RGB (Red+Green+Blue) = 181+122+165=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B57AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57AA5 is #4A855A. Grayscale: #909090. Windows color (decimal): -4883803 or 10844853. OLE color: 10844853.

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

Color convert

RGB181122165-
CMYK00.330.090.29
HSL316.27º28.5%59.41%-
HSV(B)316.27º32.6%70.98%-
XYZ32.8126.4638.98-
YUV144.54139.55154-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 165 (64.84% from 255) = 35.26%
R=38.68%
G=26.07%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112216500.330.090.29316.2728.559.41
HexB57AA502191D13c1d3b
Octal26517224504111354743573
Binary10110101111101010100101010000110011110110011110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57AA5; }

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

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

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

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

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

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

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

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