#B57595

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

Shades of Bouquet #B57595

Tints of Bouquet #B57595

Color information

#B57595 (or 0xB57595) is unknown color: approx Bouquet. HEX triplet: B5, 75 and 95. RGB value is (181,117,149). Sum of RGB (Red+Green+Blue) = 181+117+149=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B57595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57595 is #4A8A6A. Grayscale: #8B8B8B. Windows color (decimal): -4885099 or 9794997. OLE color: 9794997.

HSL color Cylindrical-coordinate representation of color #B57595: hue angle of 330º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57595 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB181117149-
CMYK00.350.180.29
HSL330º30.19%58.43%-
HSV(B)330º35.36%70.98%-
XYZ30.8424.7231.58-
YUV139.78133.2157.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=40.49%
G=26.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111714900.350.180.2933030.1958.43
HexB57595023121D14a1e3a
Octal26516522504322355123672
Binary101101011110101100101010100011100101110110100101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57595; }

 p { color: rgb(181,117,149); }

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

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

 a { background-color: rgb(181,117,149); }

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

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

 span { border-color: rgb(181,117,149); }

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