#B37293

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

Shades of Bouquet #B37293

Tints of Bouquet #B37293

Color information

#B37293 (or 0xB37293) is unknown color: approx Bouquet. HEX triplet: B3, 72 and 93. RGB value is (179,114,147). Sum of RGB (Red+Green+Blue) = 179+114+147=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B37293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37293 is #4C8D6C. Grayscale: #898989. Windows color (decimal): -5016941 or 9663155. OLE color: 9663155.

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

Color convert

RGB179114147-
CMYK00.360.180.30
HSL329.54º29.95%57.45%-
HSV(B)329.54º36.31%70.2%-
XYZ29.8723.7230.61-
YUV137.2133.53157.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 114 (44.92% from 255) = 25.91%
BLUE value IS 147 (57.81% from 255) = 33.41%
R=40.68%
G=25.91%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911414700.360.180.30329.5429.9557.45
HexB37293024121E14a1e39
Octal26316222304422365123671
Binary101100111110010100100110100100100101111010100101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37293; }

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

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

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

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

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

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

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

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