#B57DA6

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

Shades of Bouquet #B57DA6

Tints of Bouquet #B57DA6

Color information

#B57DA6 (or 0xB57DA6) is unknown color: approx Bouquet. HEX triplet: B5, 7D and A6. RGB value is (181,125,166). Sum of RGB (Red+Green+Blue) = 181+125+166=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B57DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57DA6 is #4A8259. Grayscale: #929292. Windows color (decimal): -4883034 or 10911157. OLE color: 10911157.

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

Color convert

RGB181125166-
CMYK00.310.080.29
HSL316.07º27.45%60%-
HSV(B)316.07º30.94%70.98%-
XYZ33.2727.2439.58-
YUV146.42139.05152.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 166 (65.23% from 255) = 35.17%
R=38.35%
G=26.48%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112516600.310.080.29316.0727.4560
HexB57DA601F81D13c1b3c
Octal26517524603710354743374
Binary1011010111111011010011001111110001110110011110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DA6; }

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

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

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

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

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

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

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

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