#B57396

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

Shades of Bouquet #B57396

Tints of Bouquet #B57396

Color information

#B57396 (or 0xB57396) is unknown color: approx Bouquet. HEX triplet: B5, 73 and 96. RGB value is (181,115,150). Sum of RGB (Red+Green+Blue) = 181+115+150=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B57396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57396 is #4A8C69. Grayscale: #8A8A8A. Windows color (decimal): -4885610 or 9860021. OLE color: 9860021.

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

Color convert

RGB181115150-
CMYK00.360.170.29
HSL328.18º30.84%58.04%-
HSV(B)328.18º36.46%70.98%-
XYZ30.6924.2931.92-
YUV138.72134.37158.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 150 (58.98% from 255) = 33.63%
R=40.58%
G=25.78%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111515000.360.170.29328.1830.8458.04
HexB57396024111D1481f3a
Octal26516322604421355103772
Binary101101011110011100101100100100100011110110100100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57396; }

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

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

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

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

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

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

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

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