#B57395

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

Shades of Bouquet #B57395

Tints of Bouquet #B57395

Color information

#B57395 (or 0xB57395) is unknown color: approx Bouquet. HEX triplet: B5, 73 and 95. RGB value is (181,115,149). Sum of RGB (Red+Green+Blue) = 181+115+149=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B57395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57395 is #4A8C6A. Grayscale: #8A8A8A. Windows color (decimal): -4885611 or 9794485. OLE color: 9794485.

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

Color convert

RGB181115149-
CMYK00.360.180.29
HSL329.09º30.84%58.04%-
HSV(B)329.09º36.46%70.98%-
XYZ30.6124.2631.5-
YUV138.61133.87158.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 115 (45.31% from 255) = 25.84%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=40.67%
G=25.84%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111514900.360.180.29329.0930.8458.04
HexB57395024121D1491f3a
Octal26516322504422355113772
Binary101101011110011100101010100100100101110110100100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57395; }

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

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

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

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

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

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

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

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