#B37395

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

Shades of Bouquet #B37395

Tints of Bouquet #B37395

Color information

#B37395 (or 0xB37395) is unknown color: approx Bouquet. HEX triplet: B3, 73 and 95. RGB value is (179,115,149). Sum of RGB (Red+Green+Blue) = 179+115+149=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B37395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37395 is #4C8C6A. Grayscale: #898989. Windows color (decimal): -5016683 or 9794483. OLE color: 9794483.

HSL color Cylindrical-coordinate representation of color #B37395: hue angle of 328.12º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37395 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB179115149-
CMYK00.360.170.30
HSL328.12º29.63%57.65%-
HSV(B)328.12º35.75%70.2%-
XYZ30.1524.0231.48-
YUV138.01134.2157.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 115 (45.31% from 255) = 25.96%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=40.41%
G=25.96%
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.30
SystemRedGreenBlueCMYKHSL
Decimal17911514900.360.170.30328.1229.6357.65
HexB37395024111E1481e3a
Octal26316322504421365103672
Binary101100111110011100101010100100100011111010100100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37395; }

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

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

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

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

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

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

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

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