#B57096

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

Shades of Bouquet #B57096

Tints of Bouquet #B57096

Color information

#B57096 (or 0xB57096) is unknown color: approx Bouquet. HEX triplet: B5, 70 and 96. RGB value is (181,112,150). Sum of RGB (Red+Green+Blue) = 181+112+150=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B57096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57096 is #4A8F69. Grayscale: #888888. Windows color (decimal): -4886378 or 9859253. OLE color: 9859253.

HSL color Cylindrical-coordinate representation of color #B57096: hue angle of 326.96º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57096 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB181112150-
CMYK00.380.170.29
HSL326.96º31.8%57.45%-
HSV(B)326.96º38.12%70.98%-
XYZ30.3623.6131.81-
YUV136.96135.36159.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=40.86%
G=25.28%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111215000.380.170.29326.9631.857.45
HexB57096026111D1472039
Octal26516022604621355074071
Binary1011010111100001001011001001101000111101101000111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57096; }

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

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

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

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

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

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

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

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