#B57195

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

Shades of Bouquet #B57195

Tints of Bouquet #B57195

Color information

#B57195 (or 0xB57195) is unknown color: approx Bouquet. HEX triplet: B5, 71 and 95. RGB value is (181,113,149). Sum of RGB (Red+Green+Blue) = 181+113+149=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B57195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57195 is #4A8E6A. Grayscale: #898989. Windows color (decimal): -4886123 or 9793973. OLE color: 9793973.

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

Color convert

RGB181113149-
CMYK00.380.180.29
HSL328.24º31.48%57.65%-
HSV(B)328.24º37.57%70.98%-
XYZ30.3923.831.43-
YUV137.44134.53159.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=40.86%
G=25.51%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111314900.380.180.29328.2431.4857.65
HexB57195026121D1481f3a
Octal26516122504622355103772
Binary101101011110001100101010100110100101110110100100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57195; }

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

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

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

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

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

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

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

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