#B37295

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

Shades of Bouquet #B37295

Tints of Bouquet #B37295

Color information

#B37295 (or 0xB37295) is unknown color: approx Bouquet. HEX triplet: B3, 72 and 95. RGB value is (179,114,149). Sum of RGB (Red+Green+Blue) = 179+114+149=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B37295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37295 is #4C8D6A. Grayscale: #898989. Windows color (decimal): -5016939 or 9794227. OLE color: 9794227.

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

Color convert

RGB179114149-
CMYK00.360.170.30
HSL327.69º29.95%57.45%-
HSV(B)327.69º36.31%70.2%-
XYZ30.0323.7931.44-
YUV137.42134.53157.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=40.50%
G=25.79%
B=33.71%

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
Decimal17911414900.360.170.30327.6929.9557.45
HexB37295024111E1481e39
Octal26316222504421365103671
Binary101100111110010100101010100100100011111010100100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37295; }

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

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

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

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

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

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

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

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